Compare commits
6 commits
3f8fbe877f
...
49cfdb32f8
Author | SHA1 | Date | |
---|---|---|---|
49cfdb32f8 | |||
709b82fd52 | |||
40a837ce79 | |||
1d2ce95d8a | |||
ee15dbdf0f | |||
94a097b294 |
5 changed files with 41 additions and 0 deletions
13
.forgejo/workflows/almalinux:8.yaml
Normal file
13
.forgejo/workflows/almalinux:8.yaml
Normal 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
|
13
.forgejo/workflows/almalinux:9.yaml
Normal file
13
.forgejo/workflows/almalinux:9.yaml
Normal 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
|
13
.forgejo/workflows/debian:bullseye.yaml
Normal file
13
.forgejo/workflows/debian:bullseye.yaml
Normal 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
|
|
@ -29,6 +29,8 @@ from various CA, CI, OCI / OS.
|
||||||
|
|
||||||
## Tasks
|
## Tasks
|
||||||
|
|
||||||
|
* first list working directory
|
||||||
|
* handle cloning credentials
|
||||||
* integrate project repository cloning
|
* integrate project repository cloning
|
||||||
* override repository and framework locations
|
* override repository and framework locations
|
||||||
* write Python bootstrap
|
* write Python bootstrap
|
||||||
|
|
Loading…
Reference in a new issue