Skip to content

Commit f592f14

Browse files
committed
fix: Fix gitlab release stage
1 parent 36cf003 commit f592f14

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
@@ -278,5 +278,7 @@ pypi upload:
278278
gitlab release:
279279
stage: publish
280280
extends: .create_gitlab_release
281+
before_script:
282+
- echo "overriding default before_script..."
281283
rules:
282284
- if: '$CI_COMMIT_TAG =~ /^v[0-9]+\.[0-9]+\.[0-9]+$/'

0 commit comments

Comments
 (0)