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 95f8f9a commit aeeb6deCopy full SHA for aeeb6de
.circleci/config.yml
@@ -33,6 +33,8 @@ jobs:
33
- run:
34
name: Replace Data URL in manifest.yml file when deploying to develop
35
command: |
36
+ sudo apt-get update
37
+ sudo apt-get install gettext
38
sed -i 's@name: analytics-reporter-api@name: analytics-reporter-api-develop@g' manifest.yml
39
sed -i 's@- analytics-reporter-database@- analytics-reporter-database-develop@g' manifest.yml
40
mv manifest.yml manifest.yml.src
0 commit comments