Skip to content

Commit 0426a01

Browse files
committed
CI: remove unused creds block
The vars are never passed so this could not have worked.
1 parent 962593f commit 0426a01

File tree

1 file changed

+0
-9
lines changed
  • ci/tasks/aggregate-stemcells

1 file changed

+0
-9
lines changed

ci/tasks/aggregate-stemcells/run

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,6 @@
22
set -eu -o pipefail
33
set -x
44

5-
AWS_CREDS_FILE=~/.aws/credentials
6-
mkdir -p ~/.aws
7-
8-
cat > ${AWS_CREDS_FILE} << EOF
9-
[default]
10-
aws_access_key_id = ${AWS_ACCESS_KEY}
11-
aws_secret_access_key = ${AWS_SECRET_KEY}
12-
EOF
13-
145
pushd stemcell-builder
156
bundle install
167
bundle exec rake build:aws_aggregate

0 commit comments

Comments
 (0)