Skip to content

Commit

Permalink
Merge pull request #25 from pavel-v-chernykh/fix-gitpod-workspace
Browse files Browse the repository at this point in the history
Fix gitpod workspace
  • Loading branch information
pavlo-v-chernykh authored Nov 12, 2020
2 parents f89731f + 5d91046 commit d66cbc2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
6 changes: 2 additions & 4 deletions .gitpod.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
FROM gitpod/workspace-full

# Install custom tools, runtimes, etc.
# For example "bastet", a command-line tetris clone:
# RUN brew install bastet
#
RUN brew update && brew install golangci-lint

# More information: https://www.gitpod.io/docs/config-docker/
3 changes: 1 addition & 2 deletions .gitpod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,4 @@ image:
file: .gitpod.Dockerfile

tasks:
- init: go get && go build ./... && go test ./... && make
command: go run
- command: make

0 comments on commit d66cbc2

Please sign in to comment.