From 5c823d51d0ab49ed6b7f582db5232fd70cb5f602 Mon Sep 17 00:00:00 2001 From: jaedle Date: Sun, 24 Feb 2019 09:29:19 +0100 Subject: [PATCH] revert changes for taskfile --- Taskfile.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Taskfile.yml b/Taskfile.yml index a92ac381..c85fd0ff 100644 --- a/Taskfile.yml +++ b/Taskfile.yml @@ -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: