Skip to content

Commit 78b497d

Browse files
committed
more
1 parent 787a216 commit 78b497d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,15 +111,17 @@ jobs:
111111
fi
112112
113113
# Check if app exists and save state
114+
echo "apple"
114115
echo "$(cpflow exists -a ${{ env.APP_NAME }})"
115-
if cpflow exists -a ${{ env.APP_NAME }}; then
116+
if [[ cpflow exists -a ${{ env.APP_NAME }} ]]; then
116117
echo "review app does not exist!"
117118
if [[ "${{ github.event_name }}" == "pull_request" ]]; then
118119
echo "Canceling job as review app has not been previously deployed."; sleep inf
119120
fi
120121
echo "APP_EXISTS=false"
121122
echo "APP_EXISTS=false" >> $GITHUB_ENV
122123
fi
124+
echo "bananas"
123125
124126
- name: Validate Deployment Request
125127
id: validate

0 commit comments

Comments
 (0)