We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13865da commit ebdd7fbCopy full SHA for ebdd7fb
.circleci/config.yml
@@ -17,8 +17,6 @@ docs_deploy: &docs
17
name: Install gh-pages tool
18
command: |
19
npm install -g --silent [email protected]
20
- git config user.email "[email protected]"
21
- git config user.name "Documentation Push"
22
- checkout
23
- run:
24
name: Set git settings
@@ -243,12 +241,12 @@ jobs:
243
241
set -e
244
242
if [[ "x${do_refresh}" = "x" ]]; then
245
echo "Did not refresh the workdir."
246
- circleci step halt
+ else
+ rm -rf /tmp/work
+ mkdir -p /tmp/work
247
+ cd /tmp/work
248
+ tar xzfv /tmp/data/workdir.tar.gz
249
fi
- rm -rf /tmp/work
- mkdir -p /tmp/work
250
- cd /tmp/work
251
- tar xzfv /tmp/data/workdir.tar.gz
252
253
name: Run tests
254
no_output_timeout: 2h
0 commit comments