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