Commits vergleichen
Keine gemeinsamen Commits. „6822f998aa3edd18c9d059d45a98f6eb306f677c“ und „3a6af5ee5f0e1bdb74a855d56007082578000a7d“ haben vollständig unterschiedliche Historien.
6822f998aa
...
3a6af5ee5f
2 geänderte Dateien mit 1 neuen und 9 gelöschten Zeilen
|
@ -19,10 +19,6 @@ steps:
|
||||||
- mkdir ~/docs && cd ~/docs
|
- mkdir ~/docs && cd ~/docs
|
||||||
- git clone $DRONE_REPO_LINK .
|
- git clone $DRONE_REPO_LINK .
|
||||||
- git checkout $DRONE_COMMIT
|
- git checkout $DRONE_COMMIT
|
||||||
when:
|
|
||||||
branch:
|
|
||||||
exclude:
|
|
||||||
- renovate/*
|
|
||||||
- name: build
|
- name: build
|
||||||
image: registry.access.redhat.com/ubi9/python-311:1-12
|
image: registry.access.redhat.com/ubi9/python-311:1-12
|
||||||
volumes:
|
volumes:
|
||||||
|
@ -33,10 +29,6 @@ steps:
|
||||||
- pip install --upgrade pip
|
- pip install --upgrade pip
|
||||||
- pip install -r requirements.txt
|
- pip install -r requirements.txt
|
||||||
- mkdocs build
|
- mkdocs build
|
||||||
when:
|
|
||||||
branch:
|
|
||||||
exclude:
|
|
||||||
- renovate/*
|
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
- name: cache
|
- name: cache
|
||||||
|
|
|
@ -5,7 +5,7 @@ colorama==0.4.6
|
||||||
ghp-import==2.1.0
|
ghp-import==2.1.0
|
||||||
idna==3.4
|
idna==3.4
|
||||||
Jinja2==3.1.2
|
Jinja2==3.1.2
|
||||||
Markdown<3.4.0
|
Markdown==3.3.7
|
||||||
MarkupSafe==2.1.3
|
MarkupSafe==2.1.3
|
||||||
mergedeep==1.3.4
|
mergedeep==1.3.4
|
||||||
mkdocs==1.4.3
|
mkdocs==1.4.3
|
||||||
|
|
Laden …
In neuem Issue referenzieren