File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 49
49
50
50
post :
51
51
- bash docker/circleci/teardown.sh
52
- - bash <(curl -s https://codecov.io/bash) -f "${CIRCLE_TEST_REPORTS}/nose /coverage*.xml" -t ac172a50-8e66-42e5-8822-5373fcf54686 -F unittests
53
- - bash <(curl -s https://codecov.io/bash) -f "${CIRCLE_TEST_REPORTS}/nose /smoketest*.xml" -t ac172a50-8e66-42e5-8822-5373fcf54686 -F smoketests
52
+ - bash <(curl -s https://codecov.io/bash) -f "/home/ubuntu/scratch /coverage*.xml" -t ac172a50-8e66-42e5-8822-5373fcf54686 -F unittests
53
+ - bash <(curl -s https://codecov.io/bash) -f "/home/ubuntu/scratch /smoketest*.xml" -t ac172a50-8e66-42e5-8822-5373fcf54686 -F smoketests
54
54
55
55
general :
56
56
artifacts :
Original file line number Diff line number Diff line change 7
7
set -e
8
8
9
9
mkdir -p ${CIRCLE_TEST_REPORTS} /nose
10
- sudo mv ~ /scratch/* .xml ${CIRCLE_TEST_REPORTS} /nose
10
+ sudo cp ~ /scratch/* .xml ${CIRCLE_TEST_REPORTS} /nose
11
11
mkdir -p ~ /docs
12
12
sudo mv ~ /scratch/docs/* ~ /docs/
13
13
mkdir -p ~ /logs
You can’t perform that action at this time.
0 commit comments