We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
secrets
application.yml
application-oauth.yml
deliver application.yml
echo "*** *** ** ... *** " > ./src/main/resources/application.yml shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} env: AWS_REGION: ap-northeast-2 S3_BUCKET_NAME: fittering-bucket-test CODE_DEPLOY_APPLICATION_NAME: fittering-codedeploy-app CODE_DEPLOY_DEPLOYMENT_GROUP_NAME: fittering-codedeploy-group JAVA_HOME: /opt/hostedtoolcache/Java_Temurin-Hotspot_jdk/17.0.7-7/x64 JAVA_HOME_17_X64: /opt/hostedtoolcache/Java_Temurin-Hotspot_jdk/17.0.7-7/x64 GRADLE_BUILD_ACTION_CACHE_RESTORED: true AWS_DEFAULT_REGION: ap-northeast-2 AWS_ACCESS_KEY_ID: *** AWS_SECRET_ACCESS_KEY: *** /home/runner/work/_temp/103966c5-f671-435c-bc34-a73f8c8b58c9.sh: line 100: *** ... *** : bad substitution Error: Process completed with exit code 1.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
secrets
에application.yml
,application-oauth.yml
값을 저장해 불러와서 쓰는 용도로 사용중이었으나 불러오는 과정 중 문제 발생deliver application.yml
에러 내용References
The text was updated successfully, but these errors were encountered: