From f777b61c053d7f92fe34e1f8cc84a645f6743b6d Mon Sep 17 00:00:00 2001 From: ls Date: Sat, 12 Oct 2024 00:02:13 +0800 Subject: [PATCH] update --- .gitlab-ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2223eff..3bd140a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -17,11 +17,10 @@ # https://gitlab.com/gitlab-org/gitlab/-/blob/master/lib/gitlab/ci/templates/Getting-Started.gitlab-ci.yml stages: # List of stages for jobs, and their order of execution - - build - deploy build-job: # This job runs in the build stage, which runs first. - stage: build + stage: deploy script: - echo "Compiling the code..." - echo "I'm..." $(whoami)