We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96fec01 commit cfc1063Copy full SHA for cfc1063
ci/push_images
@@ -17,7 +17,7 @@ if [[ ${TEST} == "false" && ${CURRENT_BRANCH} != "develop" ]] ; then
17
exit 0;
18
fi
19
20
-if [ "${TEST}" == "false" ]; then
+if [ "${TEST}" == "true" ]; then
21
image_name="packaging-test"
22
else
23
image_name="packaging"
update_image
@@ -19,7 +19,7 @@ nprocs="${1:-1}"
declare args
24
25
0 commit comments