diff --git a/.github/workflows/review_pipeline.yml b/.github/workflows/review_pipeline.yml index 8bf7ddb57..1ccd2717c 100644 --- a/.github/workflows/review_pipeline.yml +++ b/.github/workflows/review_pipeline.yml @@ -126,21 +126,21 @@ jobs: APP_NAME: dluhc-core-review-${{ github.event.pull_request.number }} SERVICE_NAME: dluhc-core-review-${{ github.event.pull_request.number }}-postgres run: | - cf bind-service $APP_NAME $SERVICE_NAME + cf bind-service $APP_NAME $SERVICE_NAME --wait - name: Bind redis service env: APP_NAME: dluhc-core-review-${{ github.event.pull_request.number }} SERVICE_NAME: dluhc-core-review-${{ github.event.pull_request.number }}-redis run: | - cf bind-service $APP_NAME $SERVICE_NAME + cf bind-service $APP_NAME $SERVICE_NAME --wait - name: Bind logit drain service env: APP_NAME: dluhc-core-review-${{ github.event.pull_request.number }} SERVICE_NAME: logit-ssl-drain run: | - cf bind-service $APP_NAME $SERVICE_NAME + cf bind-service $APP_NAME $SERVICE_NAME --wait - name: Start review app env: