Skip to content

Commit ec75dde

Browse files
authored
Clear/init cache before running Docker build
Closes #260.
1 parent eeeeae3 commit ec75dde

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@ function main {
6363
mkdir -p "$HTML_OUTPUT/commit-snapshots"
6464
mkdir -p "$HTML_OUTPUT/review-drafts"
6565

66+
clearCacheIfNecessary
67+
6668
if [[ $USE_DOCKER == "true" ]]; then
6769
doDockerBuild
6870
exit 0
@@ -76,8 +78,6 @@ function main {
7678

7779
doLint
7880

79-
clearCacheIfNecessary
80-
8181
updateRemoteDataFiles
8282

8383
startHighlightServer

0 commit comments

Comments
 (0)