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.
2 parents c5ec36f + 13bf694 commit 6f21704Copy full SHA for 6f21704
.github/workflows/deploy-dev.yml
@@ -150,7 +150,8 @@ jobs:
150
if [[ ! -f bin/gitlab-repository-check-lambda ]]; then echo "Missing bin/gitlab-repository-check-lambda binary file. Exiting..."; exit 1; fi
151
if [[ ! -f serverless.yml ]]; then echo "Missing serverless.yml file. Exiting..."; exit 1; fi
152
if [[ ! -f serverless-authorizer.yml ]]; then echo "Missing serverless-authorizer.yml file. Exiting..."; exit 1; fi
153
- yarn sls deploy --force --stage ${STAGE} --region us-east-1 --verbose
+ find . -maxdepth 3 -type f
154
+ yarn sls deploy --verbose --conceal --force --stage ${STAGE} --region us-east-1 --verbose
155
156
- name: EasyCLA v1 Service Check
157
run: |
0 commit comments