From de8231858a8cbab4f882fd76c108bfad26b1e862 Mon Sep 17 00:00:00 2001 From: Thomas Citharel Date: Thu, 7 Apr 2022 11:20:52 +0200 Subject: [PATCH] Use JSDeliver mirror Until https://github.com/hexpm/hexpm/issues/1130 is solved or understood Signed-off-by: Thomas Citharel --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8be02da7e..da00eaec2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -32,6 +32,7 @@ variables: APP_VERSION: "${CI_COMMIT_REF_NAME}" APP_ASSET: "${CI_PROJECT_NAME}_${CI_COMMIT_REF_NAME}_${ARCH}.tar.gz" CYPRESS_INSTALL_BINARY: 0 + HEX_MIRROR: https://cdn.jsdelivr.net/hex cache: key: "${CI_COMMIT_REF_SLUG}-${CI_COMMIT_SHORT_SHA}"