Skip to content

Commit

Permalink
fixing tar again
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco Stagni committed Nov 24, 2019
1 parent 02ebbf9 commit f7b9894
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ jobs:
command: 'mkdir build'
- run:
name: zip project
command: 'tar -czvf build/project.template.tgz ./project/'
command: 'tar -czvf build/project.template.tgz -C project .'
- run:
name: zip scene
command: 'tar -czvf build/scene.template.tgz ./scene/'
command: 'tar -czvf build/scene.template.tgz -C scene .'
- run:
name: check build folder
command: 'ls -larch build'
Expand Down

0 comments on commit f7b9894

Please sign in to comment.