Skip to content

Commit

Permalink
Pre-releases use underscores
Browse files Browse the repository at this point in the history
  • Loading branch information
treydock committed Jul 24, 2019
1 parent e31f833 commit e608fe6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ rpm-deploy:
only:
- tags
script:
- if [[ "$CI_COMMIT_TAG" =~ .*-.* ]]; then export SECTION=ci; fi
- if [[ "$CI_COMMIT_TAG" =~ .*_.* ]]; then export SECTION=ci; fi
- $RLS_SCRIPT --pkey $RLS_KEY -c $SECTION $RLS_OUTPUT

0 comments on commit e608fe6

Please sign in to comment.