Skip to content

Commit

Permalink
fix(ci): player demo build
Browse files Browse the repository at this point in the history
  • Loading branch information
lennartkloock committed Aug 23, 2023
1 parent ba74188 commit fa5418c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -257,12 +257,12 @@ jobs:
- store_artifacts:
path: player-pkg.tar.gz

- run:
name: Compress Player Demo
command: tar -czf player-demo.tar.gz -C frontend/player demo-dist --transform s/demo-dist/player-demo/
#- run:
# name: Compress Player Demo
# command: tar -czf player-demo.tar.gz -C frontend/player demo-dist --transform s/demo-dist/player-demo/

- store_artifacts:
path: player-demo.tar.gz
#- store_artifacts:
# path: player-demo.tar.gz

- persist_to_workspace:
root: .
Expand Down

0 comments on commit fa5418c

Please sign in to comment.