oops
This commit is contained in:
parent
467c3d0fba
commit
fd8df4f64f
@ -21,7 +21,7 @@ CONFIGURATION=$7
|
|||||||
EXTRA_ARGS=$8
|
EXTRA_ARGS=$8
|
||||||
CANARY=$9
|
CANARY=$9
|
||||||
|
|
||||||
printf "$CANARY"
|
printf "Canary var: %s" "$CANARY"
|
||||||
|
|
||||||
if [ "$VERSION" == "1.1.0" ] || [ "$CANARY" == 1 ];
|
if [ "$VERSION" == "1.1.0" ] || [ "$CANARY" == 1 ];
|
||||||
then
|
then
|
||||||
|
@ -21,7 +21,7 @@ CONFIGURATION=$7
|
|||||||
EXTRA_ARGS=$8
|
EXTRA_ARGS=$8
|
||||||
CANARY=$9
|
CANARY=$9
|
||||||
|
|
||||||
printf "$CANARY"
|
printf "Canary var: %s" "$CANARY"
|
||||||
|
|
||||||
if [ "$VERSION" == "1.1.0" ] || [ "$CANARY" == 1 ];
|
if [ "$VERSION" == "1.1.0" ] || [ "$CANARY" == 1 ];
|
||||||
then
|
then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user