Skip to content

Commit

Permalink
remove now unused .env file
Browse files Browse the repository at this point in the history
  • Loading branch information
brainbicycle committed Jan 28, 2025
1 parent 50052d6 commit a7a592f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ commands:
steps:
- run:
name: "Set up .env file"
command: touch .env.shared && touch .env && scripts/setup/setup-env-for-ci
command: touch .env.shared && scripts/setup/setup-env-for-ci
setup-awscli:
steps:
- run:
Expand Down
3 changes: 1 addition & 2 deletions scripts/setup/setup-env-for-ci
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ set -euxo pipefail


aws s3 cp s3://artsy-citadel/eigen/.env.shared .env.shared
aws s3 cp s3://artsy-citadel/eigen/.env.shared .env
aws s3 cp s3://artsy-citadel/eigen/.env.releases .env.releases
aws s3 cp s3://artsy-citadel/eigen/keys.shared.json ./
aws s3 cp s3://artsy-citadel/eigen/keys.shared.json keys.shared.json

cp metaflags.example.json metaflags.json

0 comments on commit a7a592f

Please sign in to comment.