From d115cedd42abbe7eb3073f5aa06438c75edb49b8 Mon Sep 17 00:00:00 2001 From: Angah Desenvolvedores Date: Mon, 13 Jan 2025 15:02:47 +0000 Subject: [PATCH] =?UTF-8?q?alterando=20posi=C3=A7=C3=A3o=20de=20tags?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitlab-ci.yml | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d77b5c6..9439fb1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -9,40 +9,42 @@ variables: build: stage: build + tags: + - runner_tars script: - make build only: - main - tags: - - runner_tars + check: stage: check + tags: + - runner_tars script: - make check only: - main - tags: - - runner_tars publish: stage: publish + tags: + - runner_tars script: - make login-aws - make publish only: - main - tags: - - runner_tars + deploy: stage: deploy + tags: + - runner_tars script: - make deploy-ci only: - - main - tags: - - runner_tars + - main \ No newline at end of file