Skip to content
This repository was archived by the owner on May 19, 2020. It is now read-only.

Commit 7a16554

Browse files
committed
wrong dir name in cci
1 parent 84fff23 commit 7a16554

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ jobs:
3030
name: tests
3131
command: |
3232
sudo mkdir -p /cfgs/defaults
33-
sudo mkdir -p /cfgs/test
33+
sudo mkdir -p /cfgs/development
3434
sudo chown -R circleci:circleci /cfgs
3535
ln -s ${CIRCLE_WORKING_DIRECTORY}/test/configuration/defaults/* /cfgs/defaults/
36-
ln -s ${CIRCLE_WORKING_DIRECTORY}/test/configuration/test/* /cfgs/test/
36+
ln -s ${CIRCLE_WORKING_DIRECTORY}/test/configuration/development/* /cfgs/development/
3737
make race
3838
make coverage_cli | tee ${TEST_RESULTS}/go-test.out | go-junit-report > ${TEST_RESULTS}/go-test-report.xml
3939

0 commit comments

Comments
 (0)