From 2f557ec98e9dadd25458f2f6a1c7dec90faa4e68 Mon Sep 17 00:00:00 2001 From: John Regan Date: Fri, 22 Feb 2019 09:54:47 -0500 Subject: [PATCH] remove old key-sync function for now --- .travis.yml.before_install | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/.travis.yml.before_install b/.travis.yml.before_install index 68a7f25..169fb05 100644 --- a/.travis.yml.before_install +++ b/.travis.yml.before_install @@ -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 -