Skip to content

Commit

Permalink
Update launchTest.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
bcivel authored Jun 2, 2022
1 parent affc67a commit fdc1401
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions launchTest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,11 @@ fi
if [[ "$TAG" != "" ]];
then
echo "Override Tag: $TAG";
EXTRA_ARGS+=(-d "tag=$TAG")
tag=$TAG
else
tag=$CAMPAIGN.$AUTHOR.$(date +%s)
EXTRA_ARGS+=(-d "tag=$tag")
fi

EXTRA_ARGS+=(-d "tag=$tag")

###Run Campaign
curl -s --request POST --url "$HOST/AddToExecutionQueueV003" -d campaign=$CAMPAIGN "${EXTRA_ARGS[@]}" -H "apikey:$APIKEY"
Expand Down

0 comments on commit fdc1401

Please sign in to comment.