Skip to content
Snippets Groups Projects
Commit dd2724e8 authored by Jenkins2's avatar Jenkins2 Committed by Gerrit Code Review
Browse files

Merge "CI: Fix mkdir CACHE_DIR."

parents d97acd7d 0ee06132
No related branches found
No related tags found
No related merge requests found
...@@ -29,7 +29,7 @@ gen_mods() { ...@@ -29,7 +29,7 @@ gen_mods() {
[ x"$OUTPUT_DIR" != x ] && mkdir -p "$OUTPUT_DIR" 2&> /dev/null [ x"$OUTPUT_DIR" != x ] && mkdir -p "$OUTPUT_DIR" 2&> /dev/null
if [ x"$CACHE_DIR" != x ] ; then if [ x"$CACHE_DIR" != x ] ; then
mkdir -p "$CACHE_DIR/sounds $CACHE_DIR/externals" 2&> /dev/null mkdir -p $CACHE_DIR/sounds $CACHE_DIR/externals 2&> /dev/null
fi fi
if [ ${CCACHE_DISABLE:-0} -ne 1 ] ; then if [ ${CCACHE_DISABLE:-0} -ne 1 ] ; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment