Skip to content

Commit 53943be

Browse files
committed
fix syntax
1 parent 7829535 commit 53943be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.buildkite/scripts/build_pr_teardown.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ fi
99

1010
gitHubToken=$(vault read -field=value secret/ci/elastic-docs/docs_preview_cleaner)
1111

12-
if [ $$(buildkite-agent step get "outcome" --step "build-pr") == "passed" ]; then
12+
if [ $(buildkite-agent step get "outcome" --step "build-pr") == "passed" ]; then
1313
status_state="success"
1414
else
1515
status_state="failure"

0 commit comments

Comments
 (0)