Skip to content

Commit

Permalink
#000 | Persist avni-webapp.tgz to circle-ci artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
himeshr committed Sep 13, 2023
1 parent a1a2bfa commit cc5fd2a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,17 +63,22 @@ jobs:

- run: cd build; zip -r ../openchs-webapp.zip *

- run: tar -czvf avni-webapp.tgz -C build .

- run: mkdir -p ~/artifacts

- run: echo $CIRCLE_BUILD_NUM > ~/artifacts/build_version

- run: cp ~/openchs-webapp/openchs-webapp.zip ~/artifacts/

- run: cp ~/openchs-webapp/avni-webapp.tgz ~/artifacts/

- persist_to_workspace:
root: ~/artifacts
paths:
- build_version
- openchs-webapp.zip
- avni-webapp.tgz

- store_artifacts:
path: ~/artifacts
Expand Down

0 comments on commit cc5fd2a

Please sign in to comment.