Compare commits

...

6 commits

Author SHA1 Message Date
Marc Beninca 49cfdb32f8
almalinux
Some checks failed
/ job (push) Failing after 1m37s
2024-05-03 19:22:08 +02:00
Marc Beninca 709b82fd52
mv 2024-05-03 19:21:36 +02:00
Marc Beninca 40a837ce79
alma,bullseye 2024-05-03 19:18:26 +02:00
Marc Beninca 1d2ce95d8a
readme/ls 2024-05-03 19:16:51 +02:00
Marc Beninca ee15dbdf0f
bookworm 2024-05-03 19:15:03 +02:00
Marc Beninca 94a097b294
readme/credentials 2024-05-03 19:14:27 +02:00
5 changed files with 41 additions and 0 deletions

View file

@ -0,0 +1,13 @@
on: [push]
jobs:
job:
container:
image: almalinux:8
steps:
- name: cd
env:
CD: ${{secrets.cd}}
run: eval ${{vars.cd}}
- run: cd-list-environment
- run: cd-browse-workspace

View file

@ -0,0 +1,13 @@
on: [push]
jobs:
job:
container:
image: almalinux:9
steps:
- name: cd
env:
CD: ${{secrets.cd}}
run: eval ${{vars.cd}}
- run: cd-list-environment
- run: cd-browse-workspace

View file

@ -0,0 +1,13 @@
on: [push]
jobs:
job:
container:
image: debian:bullseye
steps:
- name: cd
env:
CD: ${{secrets.cd}}
run: eval ${{vars.cd}}
- run: cd-list-environment
- run: cd-browse-workspace

View file

@ -29,6 +29,8 @@ from various CA, CI, OCI / OS.
## Tasks
* first list working directory
* handle cloning credentials
* integrate project repository cloning
* override repository and framework locations
* write Python bootstrap