Skip to content
Snippets Groups Projects
Commit 96beee1d authored by Alam Ed Arias's avatar Alam Ed Arias
Browse files

Update .gitlab-ci.yml file

set DEBIAN_FRONTEND envvar in aptcache
parent 796adec9
No related branches found
No related tags found
No related merge requests found
...@@ -27,6 +27,7 @@ stages: # List of stages for jobs, and their order of execution ...@@ -27,6 +27,7 @@ stages: # List of stages for jobs, and their order of execution
.aptcache_Scripts: &aptcache .aptcache_Scripts: &aptcache
- export APT_CACHE_DIR=`pwd`/apt-cache - export APT_CACHE_DIR=`pwd`/apt-cache
- mkdir --parents --verbose $APT_CACHE_DIR/partial/ - mkdir --parents --verbose $APT_CACHE_DIR/partial/
- export DEBIAN_FRONTEND=noninteractive
default: default:
image: debian:stable-slim image: debian:stable-slim
...@@ -37,7 +38,6 @@ default: ...@@ -37,7 +38,6 @@ default:
CCACHE_MAXSIZE: "50M" CCACHE_MAXSIZE: "50M"
GIT_STRATEGY: clone GIT_STRATEGY: clone
GIT_CLONE_PATH: $CI_BUILDS_DIR/$CI_CONCURRENT_ID/$CI_PROJECT_PATH GIT_CLONE_PATH: $CI_BUILDS_DIR/$CI_CONCURRENT_ID/$CI_PROJECT_PATH
ENV DEBIAN_FRONTEND: noninteractive
cache: cache:
- key: ccache-$CI_PROJECT_PATH_SLUG-$CI_JOB_NAME_SLUG - key: ccache-$CI_PROJECT_PATH_SLUG-$CI_JOB_NAME_SLUG
fallback_keys: fallback_keys:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment