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 e2a81b0 commit 50b821eCopy full SHA for 50b821e
tool/build_image_proxy.yaml
@@ -12,7 +12,7 @@ steps:
12
script: |
13
#!/usr/bin/env bash
14
set -x
15
- if [[ "$PROJECT_ID" != dartlang-pub && "$PROJECT_ID" != dartlang-pub-dev]]; then
+ if [[ "$PROJECT_ID" != dartlang-pub && "$PROJECT_ID" != dartlang-pub-dev ]]; then
16
echo 'Only deploy from the dartlang-pub project'
17
exit 1;
18
fi
0 commit comments