Skip to content

Commit

Permalink
.travis.yml test conditional deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
kroitor committed Mar 6, 2023
1 parent baa8666 commit afd7f74
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ script:
echo "${DEPLOY_OUTPUT}";
echo "----------------";
export SHOULD_DEPLOY=$(echo ${DEPLOY_OUTPUT} | awk '{print $NF}');
echo "----------------";
echo "${SHOULD_DEPLOY}";
echo "----------------";
if [ "$SHOULD_DEPLOY" = "true" ]; then
Expand Down

0 comments on commit afd7f74

Please sign in to comment.