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

Commit

Permalink
Fixing Github Actions
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
Waterdrips authored and alexellis committed Nov 6, 2020
1 parent 188c5ea commit 084f397
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions hack/integration-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ set -e

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

cd $GOPATH/src/github.com/openfaas/ofc-bootstrap

# Fake the secrets from init.yaml
mkdir -p ~/Downloads
touch ~/Downloads/secret-access-key
Expand Down

0 comments on commit 084f397

Please sign in to comment.