Skip to content

Commit 570c9d2

Browse files
JanEbbingdaniel-jones-dev
authored andcommitted
fix: Fix gitlab release stage in CI
1 parent 4dd0a38 commit 570c9d2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.gitlab-ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,5 +172,7 @@ test_manual:
172172
gitlab release:
173173
stage: publish
174174
extends: .create_gitlab_release
175+
before_script:
176+
- echo "overriding default before_script..."
175177
rules:
176178
- if: '$CI_COMMIT_TAG =~ /^v[0-9]+\.[0-9]+\.[0-9]+$/'

0 commit comments

Comments
 (0)