Skip to content

Commit 53fcb90

Browse files
Merge pull request #676 from joaopapereira/fix-e2e-tests-gcr
Fix e2e tests that are failing in gcr due to usage of the export
2 parents a44f76d + 4c89266 commit 53fcb90

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

.github/workflows/gh-test-external-registry.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,6 @@ jobs:
4444
export IMGPKG_E2E_IMAGE="$IMGPKG_E2E_IMAGE-$GITHUB_RUN_ID"
4545
export IMGPKG_E2E_RELOCATION_REPO="$IMGPKG_E2E_RELOCATION_REPO-$GITHUB_RUN_ID"
4646
47-
export GOPATH=$(echo `pwd`)
48-
export PATH="$PATH:$GOPATH/bin"
49-
5047
docker login -u _json_key --password-stdin https://gcr.io <<< "$GCR_PASSWORD"
5148
5249
# pull registry for e2e tests that require a locally running docker registry. i.e. airgapped env tests

0 commit comments

Comments
 (0)