merge-requests/31/head test2_gitlab_cache
Paul Traina 2020-11-08 23:38:57 -08:00
rodzic 7a2f7d4ddc
commit 309961174f
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -17,7 +17,7 @@ before_script:
- echo "Before script section"
- echo "For example you might run an update here or install a build dependency"
- echo "Or perhaps you might print out some debugging details"
- export APT_CACHE_DIR=`pwd`/.cache/apt && mkdir -pv $APT_CACHEDIR
- export APT_CACHE_DIR=`pwd`/.cache/apt && mkdir -pv $APT_CACHE_DIR
- export NPM_CONFIG_CACHE=APT_CACHE_DIR=`pwd`/.cache/npm && mkdir -pv $NPM_CONFIG_CACHE
- dpkg --add-architecture i386
- apt-get update