Skip to content

Commit 0f6c838

Browse files
committed
Fix Gitpod config file
1 parent a4b56c0 commit 0f6c838

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.gitpod.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ tasks:
44
go get github.com/devlights/mkghurl &&
55
go env -u GO111MODULE &&
66
make build &&
7-
make clean &&
8-
if [ -n "$GITHUB_TOKEN" ]; then git remote set-url origin $(mkghurl try-golang); fi
9-
command: go version
7+
make clean
8+
command: if [ -n "$GITHUB_TOKEN" ]; then git remote set-url origin $(mkghurl try-golang); fi && go version
109
image:
1110
file: .gitpod.Dockerfile

0 commit comments

Comments
 (0)