GitLab-CI: builders may reuse jobs, force remake links

This commit is contained in:
Alam Ed Arias 2023-12-25 17:27:50 -05:00
parent e1f2cbd8ad
commit 78af4afc06

View file

@ -551,7 +551,7 @@ Alpine 3 GCC:
echo -e "\e[0Ksection_start:`date +%s`:apk_cache[collapsed=true]\r\e[0KUpdating APK listing"
- export APK_CACHE_DIR=`pwd`/apk-cache
- mkdir --parents --verbose $APK_CACHE_DIR/
- ln -s /etc/apk/cache $APK_CACHE_DIR
- ln -sf /etc/apk/cache $APK_CACHE_DIR
- |
# apk_cache
echo -e "\e[0Ksection_end:`date +%s`:apk_cache\r\e[0K"