Skip to content

Commit

Permalink
remove old key-sync function for now
Browse files Browse the repository at this point in the history
  • Loading branch information
jprjr committed Feb 22, 2019
1 parent fa7aa4a commit 2f557ec
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .travis.yml.before_install
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,3 @@ if [[ -z "$GITHUB_TOKEN" ]] ; then
exit 0
fi

# sync up vars for decoding keys on other projects

gem install travis
travis login --org --github-token $GITHUB_TOKEN
travis endpoint --org --set-default
travis env copy OPENSSL_IV OPENSSL_KEY --repo just-containers/PRoot
travis env copy OPENSSL_IV OPENSSL_KEY --repo just-containers/qemu
travis env copy OPENSSL_IV OPENSSL_KEY --repo just-containers/musl-cross-make
travis env copy OPENSSL_IV OPENSSL_KEY --repo just-containers/skaware
travis env copy OPENSSL_IV OPENSSL_KEY --repo just-containers/busybox-chroots
travis env copy OPENSSL_IV OPENSSL_KEY --repo just-containers/socklog-overlay
travis env copy OPENSSL_IV OPENSSL_KEY --repo just-containers/socklog

0 comments on commit 2f557ec

Please sign in to comment.