Switched drone pipline over to main only
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Nicolai Ort 2021-02-15 18:08:59 +01:00
parent 35fe7bda87
commit f3afd57ada

View File

@ -1,7 +1,7 @@
--- ---
kind: pipeline kind: pipeline
type: docker type: docker
name: build:dev name: build:latest
steps: steps:
- name: run full license export - name: run full license export
depends_on: ["clone"] depends_on: ["clone"]
@ -13,14 +13,14 @@ steps:
depends_on: ["run full license export"] depends_on: ["run full license export"]
image: appleboy/drone-git-push image: appleboy/drone-git-push
settings: settings:
branch: dev branch: main
commit: true commit: true
commit_message: new license file version [CI SKIP] commit_message: new license file version [CI SKIP]
author_email: bot@odit.services author_email: bot@odit.services
remote: git@git.odit.services:lfk/docs.git remote: git@git.odit.services:lfk/docs.git
ssh_key: ssh_key:
from_secret: GITLAB_SSHKEY from_secret: GITLAB_SSHKEY
- name: build dev - name: build latest
image: plugins/docker image: plugins/docker
depends_on: [clone] depends_on: [clone]
settings: settings:
@ -30,10 +30,10 @@ steps:
from_secret: DOCKER_REGISTRY_PASSWORD from_secret: DOCKER_REGISTRY_PASSWORD
repo: registry.odit.services/lfk/docs repo: registry.odit.services/lfk/docs
tags: tags:
- dev - latest
registry: registry.odit.services registry: registry.odit.services
trigger: trigger:
branch: branch:
- dev - main
event: event:
- push - push