|
@@ -1,22 +1,5 @@
|
|
|
---
|
|
|
kind: pipeline
|
|
|
-name: documentation
|
|
|
-
|
|
|
-steps:
|
|
|
-- name: build
|
|
|
- image: plugins/docker
|
|
|
- settings:
|
|
|
- username:
|
|
|
- from_secret: docker_username
|
|
|
- password:
|
|
|
- from_secret: docker_password
|
|
|
- repo: witten/borgmatic-docs
|
|
|
- dockerfile: docs/Dockerfile
|
|
|
- when:
|
|
|
- branch:
|
|
|
- - master
|
|
|
----
|
|
|
-kind: pipeline
|
|
|
name: python-3-5-alpine-3-9
|
|
|
|
|
|
steps:
|
|
@@ -55,3 +38,20 @@ steps:
|
|
|
pull: always
|
|
|
commands:
|
|
|
- scripts/run-tests
|
|
|
+---
|
|
|
+kind: pipeline
|
|
|
+name: documentation
|
|
|
+
|
|
|
+steps:
|
|
|
+- name: build
|
|
|
+ image: plugins/docker
|
|
|
+ settings:
|
|
|
+ username:
|
|
|
+ from_secret: docker_username
|
|
|
+ password:
|
|
|
+ from_secret: docker_password
|
|
|
+ repo: witten/borgmatic-docs
|
|
|
+ dockerfile: docs/Dockerfile
|
|
|
+ when:
|
|
|
+ branch:
|
|
|
+ - master
|