Skip to content
Snippets Groups Projects
Commit 655e6b98 authored by Stephan's avatar Stephan
Browse files

try fixing gitlab-ci.yml

parent 75f78207
No related branches found
No related tags found
No related merge requests found
Pipeline #649 canceled with stages
......@@ -42,8 +42,8 @@ build:init:
- ln -s /mycache/dl
- mkdir -p /mycache/workdir
- ln -s /mycache/workdir
- [ "$FF_GITLAB_REMOVE_DL" = "1" ] && rm -rf ~/mycache/dl/*
- [ "$FF_GITLAB_REMOVE_WORKDIR" = "1" ] && rm -rf ~/mycache/workdir/*
- test "$FF_GITLAB_REMOVE_DL" = "1" && rm -rf ~/mycache/dl/*
- test "$FF_GITLAB_REMOVE_WORKDIR" = "1" && rm -rf ~/mycache/workdir/*
tags:
- docker
......
......@@ -19,8 +19,8 @@ nightly:init:
# dont delete dl, it is not so important to have different old version for
# one packges, but it will reduce download overhead from external servers
# every night. so just only delete workdirs to always have a clean build
- [ "$FF_GITLAB_REMOVE_DL" = "1" ] && rm -rf ~/mycache/dl/*
- [ "$FF_GITLAB_REMOVE_WORKDIR" = "1" ] && rm -rf ~/mycache/workdir/*
- test "$FF_GITLAB_REMOVE_DL" = "1" && rm -rf ~/mycache/dl/*
- test "$FF_GITLAB_REMOVE_WORKDIR" = "1" && rm -rf ~/mycache/workdir/*
tags:
- m2runner
......
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