Skip to content

Commit

Permalink
Remove ftl uploader
Browse files Browse the repository at this point in the history
  • Loading branch information
dschaper authored and AzureMarker committed Jun 15, 2019
1 parent 988fd11 commit 9feaf42
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ version: 2
FOLDER=$([ -z "$CIRCLE_TAG" ] && echo "$CIRCLE_BRANCH" || echo "$CIRCLE_TAG")
mv pihole-FTL "${BIN_NAME}"
sha1sum pihole-FTL-* > ${BIN_NAME}.sha1
chmod +x ./FTL-client
[[ "$CIRCLE_PR_NUMBER" == "" ]] && sftp $SSH_USER@$SSH_HOST <<<$'mkdir ${FOLDER}'
[[ "$CIRCLE_PR_NUMBER" == "" ]] && sftp $SSH_USER@$SSH_HOST <<<$'put ${BIN_NAME}*'
mv "${BIN_NAME}" pihole-FTL
Expand Down

0 comments on commit 9feaf42

Please sign in to comment.