−forgejo/vars
This commit is contained in:
parent
8b9db95379
commit
9bc4cdb647
2 changed files with 1 additions and 2 deletions
|
@ -8,8 +8,6 @@ jobs:
|
|||
- name: cd
|
||||
env:
|
||||
CD: ${{secrets.cd}}
|
||||
CD_OS_NAME: debian
|
||||
CD_OS_VERSION: bookworm
|
||||
run: eval ${{vars.cd}}
|
||||
|
||||
- run: cd-list-environment
|
||||
|
|
|
@ -3,6 +3,7 @@ job:
|
|||
script:
|
||||
- pwd && ls -a -l
|
||||
- source ${CD}
|
||||
|
||||
- cd-list-environment
|
||||
- cd-clone-branch
|
||||
- cd-browse-workspace
|
||||
|
|
Loading…
Reference in a new issue