1
0
mirror of https://github.com/go-task/task.git synced 2025-03-17 21:08:01 +02:00

revert changes for taskfile

This commit is contained in:
jaedle 2019-02-24 09:29:19 +01:00
parent 9be7521b83
commit 5c823d51d0

View File

@ -17,10 +17,6 @@ tasks:
install:
desc: Installs Task
details: |
Push Docker image to Google cloud registry.
The env variable "DOCKER_IMAGE_FQN" define the Docker image name to push.
cmds:
- go install -v -ldflags="-w -s -X main.version={{.GIT_COMMIT}}" ./cmd/task
env: