Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 4bbb077

Browse filesBrowse files
committed
Ensure we're not caching in build-all.sh
1 parent 0e71e72 commit 4bbb077
Copy full SHA for 4bbb077

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Open diff view settings
Collapse file

‎base/build-all.sh‎

Copy file name to clipboardExpand all lines: base/build-all.sh
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ for RUNTIME in $RUNTIMES; do
1111

1212
[ -x ./update_libs.sh ] && ./update_libs.sh
1313

14-
docker build -t lambci/lambda:${RUNTIME} .
14+
docker build --no-cache -t lambci/lambda:${RUNTIME} .
1515

1616
cd ${TOP_DIR}/${RUNTIME}/build
1717

18-
docker build -t lambci/lambda:build-${RUNTIME} .
18+
docker build --no-cache -t lambci/lambda:build-${RUNTIME} .
1919
done
2020

2121
docker tag lambci/lambda:nodejs4.3 lambci/lambda:latest

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.