Skip to content
This repository has been archived by the owner on May 7, 2021. It is now read-only.

Commit

Permalink
fix(build): fixed directory bug for test build.
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelkleinhenz committed Mar 6, 2017
1 parent 7e95914 commit f3aaf7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cico_run_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,5 @@ docker exec fabric8-planner-builder ./run_unit_tests.sh
## All ok, build prod version
docker exec fabric8-planner-builder ./upload_to_codecov.sh
docker exec fabric8-planner-builder npm run build:prod
docker exec -u root fabric8-planner-builder cp -r /home/almighty/dist /
docker exec -u root fabric8-planner-builder cp -r /home/fabric8/fabric8-planner/dist /

0 comments on commit f3aaf7c

Please sign in to comment.