Skip to content

Commit

Permalink
TEAM_GPG_KEY is no longer needed
Browse files Browse the repository at this point in the history
The git-crypt feature of git-resource is now used to unlock the meta
repo.

[#157485442]

Signed-off-by: Emmanouil Kiagias <[email protected]>
  • Loading branch information
Josh Hill authored and alamages committed May 31, 2018
1 parent 07e0806 commit c36ecd9
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 10 deletions.
1 change: 0 additions & 1 deletion ci/scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
set -ex

eval "$(ssh-agent)"
./bosh-backup-and-restore-meta/unlock-ci.sh
chmod 400 bosh-backup-and-restore-meta/keys/github
ssh-add bosh-backup-and-restore-meta/keys/github
export GOPATH=$PWD
Expand Down
1 change: 0 additions & 1 deletion ci/scripts/system-director.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
set -ex

eval "$(ssh-agent)"
./bosh-backup-and-restore-meta/unlock-ci.sh
chmod 400 bosh-backup-and-restore-meta/keys/github
chmod 400 bosh-backup-and-restore-meta/genesis-bosh/bosh.pem
ssh-add bosh-backup-and-restore-meta/keys/github
Expand Down
1 change: 0 additions & 1 deletion ci/scripts/system.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
set -ex

eval "$(ssh-agent)"
./bosh-backup-and-restore-meta/unlock-ci.sh
chmod 400 bosh-backup-and-restore-meta/keys/github
chmod 400 ${BOSH_GATEWAY_KEY:-bosh-backup-and-restore-meta/genesis-bosh/bosh.pem}
ssh-add bosh-backup-and-restore-meta/keys/github
Expand Down
1 change: 0 additions & 1 deletion ci/scripts/transfer-bbr-binary-to-jumpbox.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

set -eux

./bosh-backup-and-restore-meta/unlock-ci.sh
chmod 400 bosh-backup-and-restore-meta/genesis-bosh/bosh.pem

bosh -n -t ${BOSH_TARGET} -u ${BOSH_CLIENT} -p ${BOSH_CLIENT_SECRET} \
Expand Down
3 changes: 0 additions & 3 deletions ci/tasks/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ inputs:
path: src/github.com/cloudfoundry-incubator/bosh-backup-and-restore
- name: bosh-backup-and-restore-meta

params:
TEAM_GPG_KEY:

outputs:
- name: bbr-build

Expand Down
1 change: 0 additions & 1 deletion ci/tasks/system-director.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ inputs:
params:
BOSH_CLIENT_SECRET:
BOSH_HOST:
TEAM_GPG_KEY:
HOST_TO_BACKUP:

run:
Expand Down
1 change: 0 additions & 1 deletion ci/tasks/system.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ params:
BOSH_GATEWAY_USER:
BOSH_GATEWAY_KEY:
BOSH_HOST:
TEAM_GPG_KEY:

run:
path: src/github.com/cloudfoundry-incubator/bosh-backup-and-restore/ci/scripts/system.sh
1 change: 0 additions & 1 deletion ci/tasks/transfer-bbr-binary-to-jumpbox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ params:
BOSH_CLIENT_SECRET:
BOSH_CLIENT:
BOSH_TARGET:
TEAM_GPG_KEY:

run:
path: bosh-backup-and-restore/ci/scripts/transfer-bbr-binary-to-jumpbox.sh

0 comments on commit c36ecd9

Please sign in to comment.