Skip to content

Commit

Permalink
Remove unused CI_PUBLISH
Browse files Browse the repository at this point in the history
  • Loading branch information
olafurpg committed Jan 27, 2018
1 parent 597f7f2 commit d228bbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/ci-publish.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
set -eu

if [[ "$TRAVIS_SECURE_ENV_VARS" == true && "$CI_PUBLISH" == true ]]; then
if [[ "$TRAVIS_SECURE_ENV_VARS" == true ]]; then
echo "Publishing..."
git log | head -n 20
echo "$PGP_SECRET" | base64 --decode | gpg --import
Expand Down

0 comments on commit d228bbb

Please sign in to comment.