Skip to content

Commit

Permalink
Merge pull request #211 from priyawadhwa/bucket
Browse files Browse the repository at this point in the history
Upload bucket test tarball in integration test
  • Loading branch information
priyawadhwa authored Jun 21, 2018
2 parents 4f4dda0 + f090b2f commit b7afaf7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions integration-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@ if [ -f "$KOKORO_GFILE_DIR"/common.sh ]; then
cp $KOKORO_ROOT/src/keystore/72508_gcr_application_creds $HOME/.config/gcloud/application_default_credentials.json
fi

echo "Creating build context tarball..."
tar -C ./integration -zcvf context.tar.gz .
gsutil cp context.tar.gz gs://kaniko-test-bucket
rm context.tar.gz

echo "Running integration tests..."
make out/executor
pushd integration
Expand Down

0 comments on commit b7afaf7

Please sign in to comment.