This commit is contained in:
parent
a8a24d31c3
commit
a308dce166
1 changed files with 7 additions and 1 deletions
|
@ -10,8 +10,13 @@ trigger:
|
||||||
- push
|
- push
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
- name: build-chrome-image
|
||||||
|
image: plugins/docker
|
||||||
|
settings:
|
||||||
|
repo: root-browserless-chrome
|
||||||
|
registry: http://registry:5000
|
||||||
- name: build-resume
|
- name: build-resume
|
||||||
image: browserless/chrome
|
image: registry:5000/root-browserless-chrome
|
||||||
commands:
|
commands:
|
||||||
- "ls -la"
|
- "ls -la"
|
||||||
- "sleep 6"
|
- "sleep 6"
|
||||||
|
@ -73,3 +78,4 @@ services:
|
||||||
image: node
|
image: node
|
||||||
commands:
|
commands:
|
||||||
- "npx http-server"
|
- "npx http-server"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue