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 e577691 commit b4676ecCopy full SHA for b4676ec
.github/workflows/main.yml
@@ -62,7 +62,7 @@ jobs:
62
echo "Using existing config file";
63
else
64
echo "Creating config file";
65
- cp guidance-for-medialake-on-aws/.cicd/config.json-template guidance-for-medialake-on-aws/config.json;
+ cp .cicd/config.json-template guidance-for-medialake-on-aws/config.json;
66
fi
67
68
AWS_ACCOUNT_ID="$(aws sts get-caller-identity --query Account --output text)"
0 commit comments