We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50ff2c5 commit 8ed2cfaCopy full SHA for 8ed2cfa
.github/workflows/gradle-release.yml
@@ -14,7 +14,7 @@ jobs:
14
with:
15
java-version: 1.8
16
- name: Verify CI check status
17
- run: [ $(curl -s https://api.github.com/repos/testcontainers/testcontainers-java/commits/$GITHUB_SHA/status | jq -r '.state') == 'success' ]
+ run: "[ $(curl -s https://api.github.com/repos/testcontainers/testcontainers-java/commits/$GITHUB_SHA/status | jq -r '.state') == 'success' ]"
18
- name: Release with Gradle
19
run: ./gradlew -Pversion=$GITHUB_REF release --scan --no-daemon -i
20
env:
0 commit comments