Skip to content

Commit 7e7f3cf

Browse files
committed
maybe
1 parent 78b497d commit 7e7f3cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,8 @@ 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 [ cpflow exists -a ${{ env.APP_NAME }} ]
116+
if [ cpflow exists -a ${{ env.APP_NAME }} ]; then
117117
echo "review app does not exist!"
118118
if [[ "${{ github.event_name }}" == "pull_request" ]]; then
119119
echo "Canceling job as review app has not been previously deployed."; sleep inf

0 commit comments

Comments
 (0)