Skip to content

Commit 3cb904e

Browse files
committed
use sudo to move artifacts generated by docker #1538
1 parent 63f3b14 commit 3cb904e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

circle.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ test:
3030
timeout: 2600
3131
post:
3232
- mkdir -p ${CIRCLE_TEST_REPORTS}/nose
33-
- mv ~/scratch/nosetests.xml ${CIRCLE_TEST_REPORTS}/nose/${CIRCLE_PROJECT_REPONAME}.xml
33+
- sudo mv ~/scratch/nosetests.xml ${CIRCLE_TEST_REPORTS}/nose/${CIRCLE_PROJECT_REPONAME}.xml
3434
- mkdir -p ~/docs
35-
- mv ~/scratch/docs/* ~/docs/
36-
- mv ~/scratch/builddocs.log ~/docs/log.txt
35+
- sudo mv ~/scratch/docs/* ~/docs/
36+
- sudo mv ~/scratch/builddocs.log ~/docs/log.txt
3737

3838
general:
3939
artifacts:

0 commit comments

Comments
 (0)