Skip to content
This repository has been archived by the owner on Jan 21, 2022. It is now read-only.

Commit

Permalink
Make the fly command work on non-pivotal workstations
Browse files Browse the repository at this point in the history
Authored-by: Dennis Leon <[email protected]>
  • Loading branch information
DennisDenuto committed Feb 12, 2020
1 parent afaacbf commit de53c8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ e2e:
cd test && pwd && ~/go/bin/ginkgo -r -focus "CSI Volumes"

fly:
fly -t persi execute -p -c ~/workspace/smb-volume-k8s-release/smb-csi-driver/ci/integration-tests.yml -i smb-volume-k8s-release=/Users/pivotal/workspace/smb-volume-k8s-release
fly -t persi execute -p -c ~/workspace/smb-volume-k8s-release/smb-csi-driver/ci/integration-tests.yml -i smb-volume-k8s-release=$$HOME/workspace/smb-volume-k8s-release

kustomize:
kubectl apply --kustomize ./overlays/deploy
Expand Down

0 comments on commit de53c8a

Please sign in to comment.