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: