Skip to content

Commit

Permalink
ci: fix static build on main
Browse files Browse the repository at this point in the history
  • Loading branch information
kantord committed Jul 13, 2021
1 parent 94f1c93 commit 6849faf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .semaphore/semaphore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down

1 comment on commit 6849faf

@vercel
Copy link

@vercel vercel bot commented on 6849faf Jul 13, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.