Compare commits
2 Commits
41010b8a7b
...
21ea1aa56f
Author | SHA1 | Date | |
---|---|---|---|
21ea1aa56f
|
|||
eefc8d5b21
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
if [ "$1" == "test" ]; then
|
if [ "$1" == "test" ]; then
|
||||||
POSTFIX="-test"
|
POSTFIX="-test"
|
||||||
IMAGE_TAG="latest"
|
IMAGE_TAG=${CI_COMMIT_SHA}
|
||||||
else
|
else
|
||||||
POSTFIX=""
|
POSTFIX=""
|
||||||
fi
|
fi
|
||||||
|
Reference in New Issue
Block a user