Don't create dnf cache dir if it already exists
This commit is contained in:
+1
-1
@@ -27,7 +27,7 @@ stages:
|
|||||||
- build
|
- build
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- mkdir .dnf_cache
|
- mkdir -p .dnf_cache
|
||||||
- dnf --setopt=cachedir=$(pwd)/.dnf_cache --setopt=keepcache=True update -y
|
- dnf --setopt=cachedir=$(pwd)/.dnf_cache --setopt=keepcache=True update -y
|
||||||
- dnf --setopt=cachedir=$(pwd)/.dnf_cache --setopt=keepcache=True install -y make
|
- dnf --setopt=cachedir=$(pwd)/.dnf_cache --setopt=keepcache=True install -y make
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user