Skip to content

Commit

Permalink
Merge pull request #21 from jglick/shared2
Browse files Browse the repository at this point in the history
Test race condition fix
  • Loading branch information
jglick committed Jun 2, 2022
2 parents 327f1ba + 3495adc commit 0d4f02c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
maven-cd:
uses: jenkins-infra/github-reusable-workflows/.github/workflows/maven-cd.yml@setup # TODO main after https://github.com/jenkins-infra/github-reusable-workflows/pull/1
uses: jenkins-infra/github-reusable-workflows/.github/workflows/maven-cd.yml@race-condition # TODO main after https://github.com/jenkins-infra/github-reusable-workflows/pull/2
secrets:
MAVEN_USERNAME: ${{ secrets.MAVEN_USERNAME }}
MAVEN_TOKEN: ${{ secrets.MAVEN_TOKEN }}

0 comments on commit 0d4f02c

Please sign in to comment.