2
0
Fork 1

Commits vergleichen

...

23 Commits

Autor SHA1 Nachricht Datum
5a084757a5
„requirements.txt“ ändern 2023-06-26 19:47:58 +02:00
922c979e74
20 2023-06-26 16:12:23 +02:00
eb48ee160b
15 2023-06-26 15:51:13 +02:00
412eb1f25d
14 2023-06-26 15:45:40 +02:00
fed83c361d
13 2023-06-26 15:39:47 +02:00
7a811d8bb2
12 2023-06-26 15:38:44 +02:00
d552860f59
11 2023-06-26 15:37:45 +02:00
6a5e508373
10 2023-06-26 15:34:58 +02:00
61e09611ac
9 2023-06-26 15:14:13 +02:00
ac1bebd5bc
8 2023-06-26 15:12:00 +02:00
b179f0366e
7 2023-06-26 15:10:42 +02:00
723fed025f
6 2023-06-26 15:10:14 +02:00
622e1317ea
5 2023-06-26 15:09:31 +02:00
46d1a63924
4 2023-06-26 15:08:38 +02:00
153738e26e
3 2023-06-26 15:07:56 +02:00
b60c95fb11
2 2023-06-26 15:06:57 +02:00
64bb72b1c9
a 2023-06-26 15:03:34 +02:00
f4a5a24e45
back to ubi image 2023-06-26 15:02:00 +02:00
0744165f3d
switch to "normal" python image
Einige Prüfungen sind fehlgeschlagen
continuous-integration/drone/push Build is failing
2023-06-26 13:15:34 +02:00
08ca787295 moving clone process
Einige Prüfungen sind fehlgeschlagen
continuous-integration/drone/push Build is failing
2023-06-26 13:07:22 +02:00
b6a4000858
troubleshoot build
Einige Prüfungen sind fehlgeschlagen
continuous-integration/drone/push Build is failing
2023-06-26 12:43:32 +02:00
647ff19275
fix dependency conflicts
Einige Prüfungen sind fehlgeschlagen
continuous-integration/drone/push Build is failing
2023-06-26 12:30:44 +02:00
8147d3a937
add drone config
Einige Prüfungen sind fehlgeschlagen
continuous-integration/drone Build is failing
2023-06-26 12:15:24 +02:00
2 geänderte Dateien mit 36 neuen und 29 gelöschten Zeilen

35
.drone.yml Normale Datei
Datei anzeigen

@ -0,0 +1,35 @@
name: amd64
kind: pipeline
type: docker
platform:
os: linux
arch: amd64
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 -b $DRONE_BRANCH
- 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
volumes:
- name: cache
temp: {}

Datei anzeigen

@ -1,30 +1,2 @@
Babel==2.12.1
certifi==2023.5.7
charset-normalizer==3.1.0
click==8.1.3
colorama==0.4.6
ghp-import==2.1.0
gitdb==4.0.10
GitPython==3.1.31
idna==3.4
Jinja2==3.1.2
Markdown==3.4.3
MarkupSafe==2.1.3
mergedeep==1.3.4
mkdocs==1.4.3
mkdocs-git-revision-date-localized-plugin==1.2.0
mkdocs-material==9.1.17
mkdocs-material-extensions==1.1.1
packaging==23.1
Pygments==2.15.1
pymdown-extensions==10.0.1
python-dateutil==2.8.2
pytz==2023.3
PyYAML==6.0
pyyaml_env_tag==0.1
regex==2023.6.3
requests==2.31.0
six==1.16.0
smmap==5.0.0
urllib3==2.0.3
watchdog==3.0.0
mkdocs-material==9.1.17