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

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

parent e1f2cbd8
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
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