Compare commits
No commits in common. "a5791b3f63b56f7e6bbaef4167234d3e9f2a0a1e" and "23e7cb328da4336bfdb042a9a1f87e8e84b8eeb4" have entirely different histories.
a5791b3f63
...
23e7cb328d
1 changed files with 4 additions and 0 deletions
|
@ -2,6 +2,8 @@ kind: pipeline
|
|||
name: backend
|
||||
|
||||
steps:
|
||||
workspace:
|
||||
path: /backend
|
||||
- name: backend
|
||||
image: plugins/docker
|
||||
settings:
|
||||
|
@ -21,6 +23,8 @@ kind: pipeline
|
|||
name: frontend
|
||||
|
||||
steps:
|
||||
workspace:
|
||||
path: /frontend
|
||||
- name: frontend
|
||||
image: plugins/docker
|
||||
settings:
|
||||
|
|
Loading…
Reference in a new issue