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 b4676ec commit d790977Copy full SHA for d790977
.github/workflows/main.yml
@@ -58,11 +58,11 @@ jobs:
58
InitialUserLastName: 'User'
59
OpenSearchDeploymentSize: 'large'
60
run: |
61
- if [ -f guidance-for-medialake-on-aws/config.json ]; then
+ if [ -f config.json ]; then
62
echo "Using existing config file";
63
else
64
echo "Creating config file";
65
- cp .cicd/config.json-template guidance-for-medialake-on-aws/config.json;
+ cp .cicd/config.json-template config.json;
66
fi
67
68
AWS_ACCOUNT_ID="$(aws sts get-caller-identity --query Account --output text)"
0 commit comments