From 72b5b4462e5e88670aeaefe7ccf0f74326fa2591 Mon Sep 17 00:00:00 2001 From: Dariusz Rybicki <dariusz@elixxir.io> Date: Mon, 17 Oct 2022 01:03:34 +0200 Subject: [PATCH] Revert "Remove CI caches" This reverts commit 34da59da3bc965a164af0d8e460ff91da63c5bcd. --- .gitlab-ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2f28d862..9f8233b4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -9,7 +9,6 @@ before_script: - mkdir -p ~/.ssh - chmod 700 ~/.ssh - ssh-keyscan -t rsa $GITLAB_SERVER > ~/.ssh/known_hosts - - ./xcode-remove-caches.sh stages: - test -- GitLab