Skip to content

Commit

Permalink
Asjust env vars 8
Browse files Browse the repository at this point in the history
  • Loading branch information
Xavier Metichecchia authored and Xavier Metichecchia committed Nov 3, 2023
1 parent beb52ee commit 889c53d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- run:
name: Replace Data URL in manifest.yml file when deploying to develop
command: |
apt-get install gettext-base
sudo apt-get install gettext-base
sed -i 's@name: analytics-reporter@name: analytics-reporter-develop@g' manifest.yml
sed -i 's@- analytics-s3@- analytics-s3-dev@g' manifest.yml
sed -i 's@- analytics-reporter-database@- analytics-reporter-database-develop@g' manifest.yml
Expand Down

0 comments on commit 889c53d

Please sign in to comment.