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 ea66d5a commit cc7882aCopy full SHA for cc7882a
1 file changed
.circle/deployment
@@ -27,7 +27,7 @@ source ~/ci/tools/functions.sh
27
28
DEFAULT_BRANCH=$(_gh_default_branch)
29
# Give a good error message after the first use of github API in this script.
30
-if $? != 0; then
+if [[ $? != 0 ]]; then
31
echo "Error retrieving data with github graphql API."
32
echo "The GitHub PAT might need to be regenerated:"
33
echo "https://github.com/settings/tokens/new?scopes=public_repo&description=CircleCI%3A%20stackstorm-${PACK_NAME}"
0 commit comments