Skip to content

Commit 8ed2cfa

Browse files
committed
Escape verify command
1 parent 50ff2c5 commit 8ed2cfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gradle-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
with:
1515
java-version: 1.8
1616
- 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' ]
17+
run: "[ $(curl -s https://api.github.com/repos/testcontainers/testcontainers-java/commits/$GITHUB_SHA/status | jq -r '.state') == 'success' ]"
1818
- name: Release with Gradle
1919
run: ./gradlew -Pversion=$GITHUB_REF release --scan --no-daemon -i
2020
env:

0 commit comments

Comments
 (0)