diff options
author | Daniel P. Berrangé <berrange@redhat.com> | 2023-08-01 14:04:00 +0100 |
---|---|---|
committer | Thomas Huth <thuth@redhat.com> | 2023-08-03 13:04:47 +0200 |
commit | ef4fe31f33648ece16bf86b10262c7424c8470f8 (patch) | |
tree | bee53fc15da0d0209c2abad6424b732694072b0f /.gitlab-ci.d | |
parent | 5ef56e3b18b185df12fea0901efa0843058572d6 (diff) |
gitlab: always populate cache for windows msys jobs
The cache is used to hold the msys installer. Even if the build phase
fails, we should still populate the cache as the installer will be
valid for next time.
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Message-Id: <20230801130403.164060-6-berrange@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to '.gitlab-ci.d')
-rw-r--r-- | .gitlab-ci.d/windows.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.d/windows.yml b/.gitlab-ci.d/windows.yml index 6454880cb7..34109a80f2 100644 --- a/.gitlab-ci.d/windows.yml +++ b/.gitlab-ci.d/windows.yml @@ -8,6 +8,7 @@ key: "${CI_JOB_NAME}-cache" paths: - msys64/var/cache + when: always needs: [] stage: build timeout: 80m |