Verified Commit 2afa466f authored by Jim Newsome's avatar Jim Newsome
Browse files

Another try fixing the archive dir

parent fbc91e63
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@ default:

    # Download packages into a directory cached by gitlab CI
    - mkdir -p $CI_PROJECT_DIR/cache/apt
    - "echo dir::cache::archives $CI_PROJECT_DIR/job-cache/apt >> /etc/apt/apt.conf.d/99cache"
    - "echo Dir::Cache::archives $CI_PROJECT_DIR/job-cache/apt\; >> /etc/apt/apt.conf.d/99cache"

    # Update
    - apt-get update