1
0
Fork 0

„.drone.yml“ ändern
Einige Checks meldeten Fehler
continuous-integration/drone/push Build encountered an error

Dieser Commit ist enthalten in:
Nick Slowinski 2023-07-02 12:07:53 +02:00 committet von Nicks Git-Service
Ursprung 0f6b938de6
Commit faef516108
Signiert von: Nicks Git-Service
GPG-Schlüssel-ID: 71E74D538F99C01A

Datei anzeigen

@ -39,9 +39,9 @@ steps:
- renovate/*
trigger:
event:
- push
- pull_request
event:
- push
- pull_request
---
name: test
@ -55,39 +55,40 @@ platform:
clone:
disable: true
steps:
- name: clone
image: registry.access.redhat.com/ubi9/python-311:1-12
volumes:
- name: cache
path: /opt/app-root/src
commands:
- mkdir ~/docs && cd ~/docs
- git clone $DRONE_REPO_LINK .
- git checkout $DRONE_COMMIT
when:
branch:
exclude:
- renovate/*
- name: build
image: registry.access.redhat.com/ubi9/python-311:1-12
volumes:
- name: cache
path: /opt/app-root/src
commands:
- cd ~/docs
- pip install --upgrade pip
- pip install -r requirements.txt
- mkdocs build
when:
branch:
exclude:
- renovate/*
steps:
- name: clone
image: registry.access.redhat.com/ubi9/python-311:1-12
volumes:
- name: cache
path: /opt/app-root/src
commands:
- mkdir ~/docs && cd ~/docs
- git clone $DRONE_REPO_LINK .
- git checkout $DRONE_COMMIT
when:
branch:
exclude:
- renovate/*
- name: build
image: registry.access.redhat.com/ubi9/python-311:1-12
volumes:
- name: cache
path: /opt/app-root/src
commands:
- cd ~/docs
- pip install --upgrade pip
- pip install -r requirements.txt
- mkdocs build
when:
branch:
exclude:
- renovate/*
trigger:
event:
- push
- pull_request
trigger:
event:
- promote
target:
- production
volumes:
- name: cache
temp: {}