Skip to content

Commit

Permalink
Update GH action for new release convention
Browse files Browse the repository at this point in the history
This allows an optional trailing letter on the version, for multiple releases in a day.
  • Loading branch information
TimoWilken authored and sawenzel committed Mar 3, 2021
1 parent 4b464e7 commit 3902396
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Trigger release in jenkins
run: |
echo ${{github.event.release.tag_name}} | grep -e "prod-20[0-9][0-9][0-1][0-9]-[0-9][0-9]"
echo ${{github.event.release.tag_name}} | grep -e 'prod-20[0-9][0-9][0-1][0-9]-[0-9][0-9][a-z]\?'
echo ${{secrets.JENKINS_BOT_PASS}} | kinit ${{secrets.PRINCIPAL}}
curl -X POST -k --negotiate -u : ${{secrets.API_URL}} -H 'Content-Type: application/x-www-form-urlencoded' -d 'O2DPG_TAG=${{github.event.release.tag_name}}'
klist
Expand Down

0 comments on commit 3902396

Please sign in to comment.