Compare commits
No commits in common. "49cfdb32f877285611dcb3a91179d36a5b9541fb" and "3f8fbe877f710bf56e028df4a9f3fd498a9829eb" have entirely different histories.
49cfdb32f8
...
3f8fbe877f
5 changed files with 0 additions and 41 deletions
|
@ -1,13 +0,0 @@
|
||||||
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
|
|
|
@ -1,13 +0,0 @@
|
||||||
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
|
|
|
@ -1,13 +0,0 @@
|
||||||
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,8 +29,6 @@ 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