From c6451a94296fb3e56693b778ae2c130e16447f7c Mon Sep 17 00:00:00 2001 From: "flow.gunso" Date: Wed, 15 Jan 2020 21:00:03 +0100 Subject: [PATCH] Remove stage name suffix --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 044cef2..c530c3c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -12,7 +12,7 @@ before_script: - apk add bash git - /bin/bash .utilities/check.sh -build.tags: +build: stage: build script: /bin/bash -e .utilities/build.sh only: @@ -31,7 +31,7 @@ test: paths: - $CI_PROJECT_NAME.tar -publish.tags: +publish: stage: publish script: /bin/bash -e .utilities/publish.sh only: