Skip to content

Commit 9e141d9

Browse files
committed
again
1 parent 7e7f3cf commit 9e141d9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/deploy-to-control-plane-review-app.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,9 @@ jobs:
112112
113113
# Check if app exists and save state
114114
echo "apple"
115-
echo [ cpflow exists -a ${{ env.APP_NAME }} ]
116-
if [ cpflow exists -a ${{ env.APP_NAME }} ]; then
115+
echo "NoBrace: $(cpflow exists -a ${{ env.APP_NAME }})"
116+
echo "Brace: $([ cpflow exists -a ${{ env.APP_NAME }} ])"
117+
if ! cpflow exists -a ${{ env.APP_NAME }}; then
117118
echo "review app does not exist!"
118119
if [[ "${{ github.event_name }}" == "pull_request" ]]; then
119120
echo "Canceling job as review app has not been previously deployed."; sleep inf

0 commit comments

Comments
 (0)