Skip to content

Commit

Permalink
Create ccache folder when gitlab runner lacks its cache.
Browse files Browse the repository at this point in the history
  • Loading branch information
TallFurryMan committed Sep 22, 2020
1 parent c0f2892 commit e57d3b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ build:
stage: build
interruptible: true
before_script:
- du -hs ${CCACHE_DIR}
- du -hs "${CCACHE_DIR}" || mkdir -p "${CCACHE_DIR}"
script:
- *build_recipe
after_script:
Expand Down

0 comments on commit e57d3b8

Please sign in to comment.