Skip to content

Commit

Permalink
Upload our builds from FTL.
Browse files Browse the repository at this point in the history
Signed-off-by: Dan Schaper <dan.schaper@pi-hole.net>
  • Loading branch information
dschaper authored and PromoFaux committed Nov 26, 2019
1 parent 26d6543 commit b8d60ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ version: 2
- run:
name: "Upload"
command: |
[[ "$CIRCLE_PROJECT_REPONAME" == "FTL" && "$CIRCLE_USERNAME" == "pi-hole" ]] || exit 0
[[ "$CIRCLE_PROJECT_REPONAME" == "FTL" && "$CIRCLE_PROJECT_USERNAME" == "pi-hole" ]] || exit 0
DIR="${CIRCLE_TAG:-${CIRCLE_BRANCH}}"
mv pihole-FTL "${BIN_NAME}"
sha1sum pihole-FTL-* > ${BIN_NAME}.sha1
Expand Down

0 comments on commit b8d60ff

Please sign in to comment.