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 abd2530 commit ab2be70Copy full SHA for ab2be70
.github/workflows/deploy-to-control-plane-review-app.yml
@@ -111,10 +111,13 @@ jobs:
111
fi
112
113
# Check if app exists and save state
114
+ echo (cpflow exists -a ${{ env.APP_NAME }})
115
if cpflow exists -a ${{ env.APP_NAME }}; then
116
+ echo "review app does not exist!"
117
if [[ "${{ github.event_name }}" == "pull_request" ]]; then
118
echo "Canceling job as review app has not been previously deployed."; sleep inf
119
120
+ echo "APP_EXISTS=false"
121
echo "APP_EXISTS=false" >> $GITHUB_ENV
122
123
0 commit comments