Skip to content

Commit ebdd7fb

Browse files
committed
CI: fix configuration
Tests were skipped and git settings misplaced
1 parent 13865da commit ebdd7fb

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

.circleci/config.yml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ docs_deploy: &docs
1717
name: Install gh-pages tool
1818
command: |
1919
npm install -g --silent [email protected]
20-
git config user.email "[email protected]"
21-
git config user.name "Documentation Push"
2220
- checkout
2321
- run:
2422
name: Set git settings
@@ -243,12 +241,12 @@ jobs:
243241
set -e
244242
if [[ "x${do_refresh}" = "x" ]]; then
245243
echo "Did not refresh the workdir."
246-
circleci step halt
244+
else
245+
rm -rf /tmp/work
246+
mkdir -p /tmp/work
247+
cd /tmp/work
248+
tar xzfv /tmp/data/workdir.tar.gz
247249
fi
248-
rm -rf /tmp/work
249-
mkdir -p /tmp/work
250-
cd /tmp/work
251-
tar xzfv /tmp/data/workdir.tar.gz
252250
- run:
253251
name: Run tests
254252
no_output_timeout: 2h

0 commit comments

Comments
 (0)