Loading .gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
.gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading