output detailed task description

This commit is contained in:
jaedle
2019-02-24 09:24:57 +01:00
parent 13614fb3c4
commit 07221a1b20
3 changed files with 18 additions and 1 deletions

View File

@@ -17,6 +17,10 @@ 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: