Skip to content

Commit

Permalink
Braces don't expand in single quiotes.
Browse files Browse the repository at this point in the history
  • Loading branch information
dschaper authored and AzureMarker committed Jun 15, 2019
1 parent 5d65e98 commit 847f620
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ version: 2
mv pihole-FTL "${BIN_NAME}"
sha1sum pihole-FTL-* > ${BIN_NAME}.sha1
ssh-keyscan -H $SSH_HOST >> ~/.ssh/known_hosts
[[ "$CIRCLE_PR_NUMBER" == "" ]] && sftp $SSH_USER@$SSH_HOST <<<$'mkdir ${CIRCLE_TAG:CIRCLE_BRANCH}'
[[ "$CIRCLE_PR_NUMBER" == "" ]] && sftp $SSH_USER@$SSH_HOST <<<$'put ${BIN_NAME}*'
[[ "$CIRCLE_PR_NUMBER" == "" ]] && sftp $SSH_USER@$SSH_HOST <<<$"mkdir ${CIRCLE_TAG:CIRCLE_BRANCH}"
[[ "$CIRCLE_PR_NUMBER" == "" ]] && sftp $SSH_USER@$SSH_HOST <<<$"put ${BIN_NAME}*"
mv "${BIN_NAME}" pihole-FTL
- run:
name: "Test"
Expand Down

0 comments on commit 847f620

Please sign in to comment.