Skip to content

Commit

Permalink
remove renaming (#718)
Browse files Browse the repository at this point in the history
  • Loading branch information
tynandebold authored Jan 26, 2022
1 parent 00bafb7 commit 779f455
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,9 +152,6 @@ commands:
name: Setup environment
command: |
cd demo-project
# use credentials for kedro-ecr-publish as the credentials in this job
echo "AWS_ACCESS_KEY_ID=$AWS_ECR_ACCESS_KEY_ID" >> $BASH_ENV
echo "AWS_SECRET_ACCESS_KEY=$AWS_ECR_SECRET_ACCESS_KEY" >> $BASH_ENV
echo "AWS_ECR_URL=public.ecr.aws/g0x0s3o2/kedro-viz-live-demo" >> $BASH_ENV
echo "KEDRO_VIZ_VERSION=$(cat .version)" >> $BASH_ENV
echo "cd demo-project" >> $BASH_ENV
Expand Down

0 comments on commit 779f455

Please sign in to comment.