File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ You have two options:
77
88## Git Clone
99
10- Clone the Git repo into: ` $( GOPATH) /src/github.com/argoproj/argo-workflows ` . Any other path will mean the code
10+ Clone the Git repo into: ` $GOPATH/src/github.com/argoproj/argo-workflows ` . Any other path will mean the code
1111generation does not work.
1212
1313## Development Container
@@ -152,7 +152,7 @@ make start PROFILE=mysql AUTH_MODE=client STATIC_FILES=false API=true
152152If you want to run Azure tests against a local Azurite:
153153
154154``` bash
155- kubectl -n $( KUBE_NAMESPACE) apply -f test/e2e/azure/deploy-azurite.yaml
155+ kubectl -n $KUBE_NAMESPACE apply -f test/e2e/azure/deploy-azurite.yaml
156156make start
157157```
158158
@@ -221,7 +221,7 @@ git commit --signoff -m 'feat: Added a new feature. Fixes #1234'
221221
222222* When running ` make pre-commit -B ` , if you encounter errors like
223223 ` make: *** [pkg/apiclient/clusterworkflowtemplate/cluster-workflow-template.swagger.json] Error 1 ` , ensure that you
224- have checked out your code into ` $( GOPATH) /src/github.com/argoproj/argo-workflows ` .
224+ have checked out your code into ` $GOPATH/src/github.com/argoproj/argo-workflows ` .
225225* If you encounter "out of heap" issues when building UI through Docker, please validate resources allocated to Docker.
226226 Compilation may fail if allocated RAM is less than 4Gi.
227227
You can’t perform that action at this time.
0 commit comments