From 95ed67b39900c512b678f12fe3d277dcf7e3d6eb Mon Sep 17 00:00:00 2001 From: Evan Richardson Date: Sat, 7 Oct 2023 01:24:38 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a8641cb..83d7dea 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,11 +4,11 @@ # See https://docs.gitlab.com/ee/ci/variables/#priority-of-environment-variables stages: -- test +#- test - build - push_local -- release -- push_dockerhub +#- release +#- push_dockerhub .docker_base: image: docker:24.0.5