File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ deploy:
25
25
repo : apache/incubator-openwhisk-runtime-rust
26
26
- provider : script
27
27
skip_cleanup : true
28
- script : " ./tools/travis/publish.sh openwhisk rust1.34 latest "
28
+ script : " ./tools/travis/publish.sh openwhisk rust1.34 nightly "
29
29
on :
30
30
branch : master
31
31
repo : apache/incubator-openwhisk-runtime-rust
Original file line number Diff line number Diff line change @@ -35,8 +35,8 @@ TERM=dumb ./gradlew \
35
35
-PdockerImagePrefix=${IMAGE_PREFIX} \
36
36
-PdockerImageTag=${IMAGE_TAG}
37
37
38
- # if doing latest also push a tag with the hash commit
39
- if [ ${IMAGE_TAG} == " latest " ]; then
38
+ # if doing nightly also push a tag with the hash commit
39
+ if [ ${IMAGE_TAG} == " nightly " ]; then
40
40
SHORT_COMMIT=` git rev-parse --short HEAD`
41
41
TERM=dumb ./gradlew \
42
42
:${RUNTIME} :distDocker \
You can’t perform that action at this time.
0 commit comments