0
0
mirror of https://github.com/thegeeklab/corenetworks.git synced 2024-06-03 03:09:40 +02:00

remove unnecessary docker_config secret from drone config

This commit is contained in:
Robert Kaussow 2021-01-16 15:45:38 +01:00
parent 93cfb8e8ef
commit 751bfc8901
No known key found for this signature in database
GPG Key ID: 65362AE74AF98B61
2 changed files with 1 additions and 25 deletions

View File

@ -17,7 +17,6 @@ local PythonVersion(pyversion='3.6') = {
local PipelineLint = { local PipelineLint = {
kind: 'pipeline', kind: 'pipeline',
image_pull_secrets: ['docker_config'],
name: 'lint', name: 'lint',
platform: { platform: {
os: 'linux', os: 'linux',
@ -58,7 +57,6 @@ local PipelineLint = {
local PipelineTest = { local PipelineTest = {
kind: 'pipeline', kind: 'pipeline',
image_pull_secrets: ['docker_config'],
name: 'test', name: 'test',
platform: { platform: {
os: 'linux', os: 'linux',
@ -105,7 +103,6 @@ local PipelineTest = {
local PipelineSecurity = { local PipelineSecurity = {
kind: 'pipeline', kind: 'pipeline',
image_pull_secrets: ['docker_config'],
name: 'security', name: 'security',
platform: { platform: {
os: 'linux', os: 'linux',
@ -136,7 +133,6 @@ local PipelineSecurity = {
local PipelineBuildPackage = { local PipelineBuildPackage = {
kind: 'pipeline', kind: 'pipeline',
image_pull_secrets: ['docker_config'],
name: 'build-package', name: 'build-package',
platform: { platform: {
os: 'linux', os: 'linux',
@ -203,7 +199,6 @@ local PipelineBuildPackage = {
local PipelineDocs = { local PipelineDocs = {
kind: 'pipeline', kind: 'pipeline',
image_pull_secrets: ['docker_config'],
name: 'docs', name: 'docs',
platform: { platform: {
os: 'linux', os: 'linux',
@ -307,7 +302,6 @@ local PipelineDocs = {
local PipelineNotifications = { local PipelineNotifications = {
kind: 'pipeline', kind: 'pipeline',
image_pull_secrets: ['docker_config'],
name: 'notifications', name: 'notifications',
platform: { platform: {
os: 'linux', os: 'linux',

View File

@ -27,9 +27,6 @@ steps:
environment: environment:
PY_COLORS: 1 PY_COLORS: 1
image_pull_secrets:
- docker_config
trigger: trigger:
ref: ref:
- refs/heads/main - refs/heads/main
@ -113,9 +110,6 @@ steps:
- python38-pytest - python38-pytest
- python39-pytest - python39-pytest
image_pull_secrets:
- docker_config
trigger: trigger:
ref: ref:
- refs/heads/main - refs/heads/main
@ -144,9 +138,6 @@ steps:
environment: environment:
PY_COLORS: 1 PY_COLORS: 1
image_pull_secrets:
- docker_config
trigger: trigger:
ref: ref:
- refs/heads/main - refs/heads/main
@ -209,9 +200,6 @@ steps:
ref: ref:
- refs/tags/** - refs/tags/**
image_pull_secrets:
- docker_config
trigger: trigger:
ref: ref:
- refs/heads/main - refs/heads/main
@ -300,9 +288,6 @@ steps:
- refs/heads/main - refs/heads/main
- refs/tags/** - refs/tags/**
image_pull_secrets:
- docker_config
trigger: trigger:
ref: ref:
- refs/heads/main - refs/heads/main
@ -338,9 +323,6 @@ steps:
- success - success
- failure - failure
image_pull_secrets:
- docker_config
trigger: trigger:
ref: ref:
- refs/heads/main - refs/heads/main
@ -354,6 +336,6 @@ depends_on:
--- ---
kind: signature kind: signature
hmac: fc609e2b288f496650963d3d06ac95c2be7e63e959e421e7123f76df0c7fb368 hmac: fca915a287fa658c8bab5a647308b977ce6d003983709156e0d0bbb763f60cc0
... ...