Skip to content

Commit

Permalink
ci: use go install for task
Browse files Browse the repository at this point in the history
  • Loading branch information
fiftin committed Jan 26, 2024
1 parent 5171354 commit c9c7ccf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployment/docker/ci/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ RUN adduser -D -u 1002 -g 0 semaphore && \
ssh-keygen -t rsa -q -f "/root/.ssh/id_rsa" -N "" && \
ssh-keyscan -H github.com > /root/.ssh/known_hosts

RUN cd $(go env GOPATH) && curl -sL https://taskfile.dev/install.sh | sh
RUN cd $(go env GOPATH) && go install github.com/go-task/task/v3/cmd/task@latest

RUN git config --global --add safe.directory /go/src/github.com/ansible-semaphore/semaphore

Expand Down

0 comments on commit c9c7ccf

Please sign in to comment.