Skip to content

Commit

Permalink
Showing 2 changed files with 10 additions and 5 deletions.
14 changes: 9 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -187,11 +187,15 @@ jobs:
steps:
- checkout
- yarn-install
- run: |
npm run initiate-submodule
npm run build
npm run build-zip
sh ./scripts/deploy.sh ./dist-zip/lunie-browser-extension.zip
- run:
command: |
npm run initiate-submodule
npm run build
npm run build-zip
sh ./scripts/deploy.sh ./dist-zip/lunie-browser-extension.zip
environment:
EXTENSION: true
LUNIE_API: $LUNIE_API

workflows:
version: 2
1 change: 1 addition & 0 deletions pending/fabo_build-env-variables
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[Repository] Added build variables to circle ci script @faboweb

0 comments on commit b0cd87f

Please sign in to comment.