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 6f21704 commit 067ad98Copy full SHA for 067ad98
.github/workflows/deploy-dev.yml
@@ -150,8 +150,10 @@ 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
- find . -maxdepth 3 -type f
154
- yarn sls deploy --verbose --conceal --force --stage ${STAGE} --region us-east-1 --verbose
+ echo "find:"
+ find bin/
155
+ echo "find."
156
+ yarn sls deploy --force --stage ${STAGE} --region us-east-1 --verbose
157
158
- name: EasyCLA v1 Service Check
159
run: |
0 commit comments