This commit is contained in:
parent
002c823fd3
commit
caf93ece4d
@ -7,10 +7,9 @@ platform:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: clone repo
|
- name: clone repo
|
||||||
image: docker:git
|
image: alpine/git
|
||||||
commands:
|
commands:
|
||||||
- git clone https://github.com/anatol/pacoloco.git
|
- git clone https://github.com/anatol/pacoloco.git
|
||||||
- ls -la
|
|
||||||
- name: docker
|
- name: docker
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
settings:
|
settings:
|
||||||
@ -32,10 +31,9 @@ platform:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: clone repo
|
- name: clone repo
|
||||||
image: docker:git
|
image: alpine/git
|
||||||
commands:
|
commands:
|
||||||
- git clone https://github.com/anatol/pacoloco.git
|
- git clone https://github.com/anatol/pacoloco.git
|
||||||
- ls -la
|
|
||||||
- name: docker
|
- name: docker
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
settings:
|
settings:
|
||||||
|
Loading…
Reference in New Issue
Block a user