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.
1 parent a4b56c0 commit 0f6c838Copy full SHA for 0f6c838
.gitpod.yml
@@ -4,8 +4,7 @@ tasks:
4
go get github.com/devlights/mkghurl &&
5
go env -u GO111MODULE &&
6
make build &&
7
- make clean &&
8
- if [ -n "$GITHUB_TOKEN" ]; then git remote set-url origin $(mkghurl try-golang); fi
9
- command: go version
+ make clean
+ command: if [ -n "$GITHUB_TOKEN" ]; then git remote set-url origin $(mkghurl try-golang); fi && go version
10
image:
11
file: .gitpod.Dockerfile
0 commit comments