Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't assume $0 is the script source #1808

Merged
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Remove last go get from the e2e-test-yaml
Following commit 2af394c there was a `go
get` left which wasnt removed.

Since we have it in vendor directory we don't need to donwload it again.

Signed-off-by: Chmouel Boudjnah <chmouel@redhat.com>
  • Loading branch information
chmouel committed Jan 9, 2020
commit bf11611b1bc4191479af1af16720e48fe51f7120
1 change: 0 additions & 1 deletion test/e2e-tests-yaml.sh
Original file line number Diff line number Diff line change
@@ -17,7 +17,6 @@
# This script calls out to scripts in tektoncd/plumbing to setup a cluster
# and deploy Tekton Pipelines to it for running integration tests.

go get -d github.com/GoogleCloudPlatform/cloud-builders/gcs-fetcher/cmd/gcs-fetcher
source $(git rev-parse --show-toplevel)/test/e2e-common.sh

# Script entry point.