Switch docker image to node for building
This commit is contained in:
parent
0b35f1cfd2
commit
bdb2dba49c
1 changed files with 3 additions and 3 deletions
|
@ -12,7 +12,7 @@ trigger:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: build
|
- name: build
|
||||||
image: kolaente/yarn
|
image: node:13
|
||||||
pull: true
|
pull: true
|
||||||
group: build-static
|
group: build-static
|
||||||
commands:
|
commands:
|
||||||
|
@ -32,7 +32,7 @@ trigger:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: build
|
- name: build
|
||||||
image: kolaente/yarn
|
image: node:13
|
||||||
pull: true
|
pull: true
|
||||||
group: build-static
|
group: build-static
|
||||||
commands:
|
commands:
|
||||||
|
@ -106,7 +106,7 @@ trigger:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: build
|
- name: build
|
||||||
image: kolaente/yarn
|
image: node:13
|
||||||
pull: true
|
pull: true
|
||||||
group: build-static
|
group: build-static
|
||||||
commands:
|
commands:
|
||||||
|
|
Loading…
Reference in a new issue