We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36cf003 commit f592f14Copy full SHA for f592f14
1 file changed
.gitlab-ci.yml
@@ -278,5 +278,7 @@ pypi upload:
278
gitlab release:
279
stage: publish
280
extends: .create_gitlab_release
281
+ before_script:
282
+ - echo "overriding default before_script..."
283
rules:
284
- if: '$CI_COMMIT_TAG =~ /^v[0-9]+\.[0-9]+\.[0-9]+$/'
0 commit comments