fix pipeline deps
continuous-integration/drone/pr Build is failing Details

This commit is contained in:
Robert Kaussow 2021-10-23 15:57:00 +02:00
parent 9ce81bda26
commit dec9f4fbdc
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
2 changed files with 1 additions and 16 deletions

View File

@ -36,7 +36,6 @@ local PipelineBuildContainer(version='7') = {
dockerfile: 'Dockerfile.rh' + version,
repo: 'thegeeklab/${DRONE_REPO_NAME}',
},
depends_on: ['tags'],
when: {
ref: ['refs/pull/**'],
},
@ -54,7 +53,6 @@ local PipelineBuildContainer(version='7') = {
when: {
ref: ['refs/heads/main', 'refs/tags/**'],
},
depends_on: ['tags'],
},
{
name: 'publish-quay',
@ -70,7 +68,6 @@ local PipelineBuildContainer(version='7') = {
when: {
ref: ['refs/heads/main', 'refs/tags/**'],
},
depends_on: ['tags'],
},
],
depends_on: [

View File

@ -37,8 +37,6 @@ steps:
when:
ref:
- refs/pull/**
depends_on:
- tags
- name: publish-dockerhub
pull: always
@ -54,8 +52,6 @@ steps:
ref:
- refs/heads/main
- refs/tags/**
depends_on:
- tags
- name: publish-quay
pull: always
@ -72,8 +68,6 @@ steps:
ref:
- refs/heads/main
- refs/tags/**
depends_on:
- tags
trigger:
ref:
@ -103,8 +97,6 @@ steps:
when:
ref:
- refs/pull/**
depends_on:
- tags
- name: publish-dockerhub
pull: always
@ -120,8 +112,6 @@ steps:
ref:
- refs/heads/main
- refs/tags/**
depends_on:
- tags
- name: publish-quay
pull: always
@ -138,8 +128,6 @@ steps:
ref:
- refs/heads/main
- refs/tags/**
depends_on:
- tags
trigger:
ref:
@ -243,6 +231,6 @@ depends_on:
---
kind: signature
hmac: c2cef2a4ff6e190ccbccf680b81245da0050d4c750028073329e83cc6bbb636c
hmac: 17c04d68792bb5d1489ece943dc756b703294d42f407285f43ca39e429578d3f
...