From 6849faf44fb621ae098f535d4a252c8a5c18ce76 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?D=C3=A1niel=20K=C3=A1ntor?= Date: Tue, 13 Jul 2021 10:02:55 +0200 Subject: [PATCH] ci: fix static build on main --- .semaphore/semaphore.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.semaphore/semaphore.yml b/.semaphore/semaphore.yml index 4c4ff7f2bdd8..5c87eba81a7e 100644 --- a/.semaphore/semaphore.yml +++ b/.semaphore/semaphore.yml @@ -45,7 +45,7 @@ blocks: - cache restore node-$(checksum yarn.lock) - cache restore cypress-$(checksum yarn.lock) - cache restore packages-web-$(checksum yarn.lock) - - cache restore sapper-build-$SEMAPHORE_GIT_PR_SHA + - cache restore sapper-build-$SEMAPHORE_GIT_SHA - yarn install - SEMAPHORE_BUILD_NUMBER=$SEMAPHORE_PIPELINE_ID SEMAPHORE_THREAD_COUNT=3 yarn test:ci secrets: @@ -100,7 +100,7 @@ blocks: - cache restore cypress-$(checksum yarn.lock) - cache restore packages-web-$(checksum yarn.lock) - yarn web build - - cache store sapper-build-$SEMAPHORE_GIT_PR_SHA apps/web/__sapper__ + - cache store sapper-build-$SEMAPHORE_GIT_SHA apps/web/__sapper__ - name: python packages dependencies: [] task: