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 787a216 commit 78b497dCopy full SHA for 78b497d
.github/workflows/deploy-to-control-plane-review-app.yml
@@ -111,15 +111,17 @@ jobs:
111
fi
112
113
# Check if app exists and save state
114
+ echo "apple"
115
echo "$(cpflow exists -a ${{ env.APP_NAME }})"
- if cpflow exists -a ${{ env.APP_NAME }}; then
116
+ if [[ cpflow exists -a ${{ env.APP_NAME }} ]]; then
117
echo "review app does not exist!"
118
if [[ "${{ github.event_name }}" == "pull_request" ]]; then
119
echo "Canceling job as review app has not been previously deployed."; sleep inf
120
121
echo "APP_EXISTS=false"
122
echo "APP_EXISTS=false" >> $GITHUB_ENV
123
124
+ echo "bananas"
125
126
- name: Validate Deployment Request
127
id: validate
0 commit comments