From 09048b0717c1f81cd12c21b8a8c9bf89dfa6d289 Mon Sep 17 00:00:00 2001 From: "J. Secula" Date: Thu, 5 Jun 2025 13:07:48 +0200 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 64a60fb..fb5e984 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -16,7 +16,7 @@ # This specific template is located at: # https://gitlab.com/gitlab-org/gitlab/-/blob/master/lib/gitlab/ci/templates/Getting-Started.gitlab-ci.yml -image: philippheuer/docker-gitlab-powershell +image: debian stages: # List of stages for jobs, and their order of execution - build @@ -25,6 +25,7 @@ stages: # List of stages for jobs, and their order of execution create-release: # This job runs in the deploy stage. stage: release # It only runs when *both* jobs in the test stage complete successfully. environment: production + script: echo 'Creating release' release: tag_name: $CI_COMMIT_TAG name: 'Release $CI_COMMIT_TAG'