Skip to content
This repository has been archived by the owner on Jul 1, 2022. It is now read-only.

Commit

Permalink
update gitpod config and move tasks to .gitpod/Dockerfile file
Browse files Browse the repository at this point in the history
  • Loading branch information
abdfnx committed Apr 23, 2022
1 parent c1c8b5b commit 2d12523
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .gitpod.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
tasks:
- init: brew install go-task/tap/go-task abdfnx/tap/gomo
command: gomo
image:
file: .gitpod/Dockerfile
10 changes: 10 additions & 0 deletions .gitpod/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
FROM gitpod/workspace-full

# Install task and gomo
RUN brew install go-task/tap/go-task abdfnx/tap/gomo

# Install packages
RUN gomo

# Install tagger
RUN curl -sL https://abdfnx.github.io/tagger/install.sh | bash

0 comments on commit 2d12523

Please sign in to comment.