From 72e65a799cda209777eb68879e60345bc8b07c12 Mon Sep 17 00:00:00 2001 From: Saibotk Date: Sat, 13 Aug 2022 15:52:08 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c9df2f3..3287ea1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -19,8 +19,6 @@ build: script: - podman build --pull -t "$CI_REGISTRY_IMAGE:$CI_COMMIT_REF_SLUG" . - podman push "$CI_REGISTRY_IMAGE:$CI_COMMIT_REF_SLUG" - tags: - - ram-4gb test: stage: test