Skip to content
This repository was archived by the owner on Feb 2, 2021. It is now read-only.

Commit 084f397

Browse files
Waterdripsalexellis
authored andcommitted
Fixing Github Actions
There was a line trying to cd into gopath, this isnt set in GH actions and they don't checkout there Signed-off-by: Alistair Hey <alistair@heyal.co.uk>
1 parent 188c5ea commit 084f397

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

hack/integration-test.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ set -e
44

55
export KUBECONFIG="$(kind get kubeconfig-path --name="kind")"
66

7-
cd $GOPATH/src/github.com/openfaas/ofc-bootstrap
8-
97
# Fake the secrets from init.yaml
108
mkdir -p ~/Downloads
119
touch ~/Downloads/secret-access-key

0 commit comments

Comments
 (0)