Skip to content

Commit ab2be70

Browse files
committed
debug
1 parent abd2530 commit ab2be70

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,10 +111,13 @@ jobs:
111111
fi
112112
113113
# Check if app exists and save state
114+
echo (cpflow exists -a ${{ env.APP_NAME }})
114115
if cpflow exists -a ${{ env.APP_NAME }}; then
116+
echo "review app does not exist!"
115117
if [[ "${{ github.event_name }}" == "pull_request" ]]; then
116118
echo "Canceling job as review app has not been previously deployed."; sleep inf
117119
fi
120+
echo "APP_EXISTS=false"
118121
echo "APP_EXISTS=false" >> $GITHUB_ENV
119122
fi
120123

0 commit comments

Comments
 (0)