We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94e6336 commit 6b22d82Copy full SHA for 6b22d82
.semaphore/build.yml
@@ -13,6 +13,7 @@ blocks:
13
- name: docker-hub
14
prologue:
15
commands:
16
+ - sem-version node 10.15.3
17
- checkout
18
- cache restore node-modules-$(checksum yarn.lock)
19
- echo $DOCKER_PASSWORD | docker login --username $DOCKER_USERNAME --password-stdin
.semaphore/semaphore.yml
@@ -11,6 +11,7 @@ blocks:
11
task:
12
jobs:
@@ -25,6 +26,7 @@ blocks:
25
26
- name: ms-phone
27
28
29
30
- cache store env-$SEMAPHORE_JOB_ID test/.env
31
32
- cache restore env-$SEMAPHORE_JOB_ID
0 commit comments