We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 91cf503 + f0cb50c commit a4b56c0Copy full SHA for a4b56c0
.gitpod.yml
@@ -1,11 +1,11 @@
1
tasks:
2
- init: go env -w GO111MODULE=off &&
3
- go get -v github.com/cheekybits/genny &&
4
- go get -v github.com/devlights/mkghurl &&
+ go get github.com/cheekybits/genny &&
+ go get github.com/devlights/mkghurl &&
5
go env -u GO111MODULE &&
6
make build &&
7
make clean &&
8
- if [ "$GITHUB_TOKEN" != "" ]; then git remote set-url origin $(mkghurl try-c); fi
+ if [ -n "$GITHUB_TOKEN" ]; then git remote set-url origin $(mkghurl try-golang); fi
9
command: go version
10
image:
11
file: .gitpod.Dockerfile
0 commit comments