This commit is contained in:
parent
2ea0cb56ed
commit
6409b8e66f
@ -15,14 +15,15 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
apk update
|
apk update
|
||||||
apk add --no-cache openssh
|
apk add --no-cache openssh
|
||||||
|
export PATH="/root/.local/bin:$PATH"
|
||||||
# apk add --no-cache nodejs npm git bash openssh python3 py3-pip py3-passlib
|
# apk add --no-cache nodejs npm git bash openssh python3 py3-pip py3-passlib
|
||||||
# python3 -m pip install --user ansible --break-system-packages
|
# python3 -m pip install --user ansible --break-system-packages
|
||||||
# export PATH="/root/.local/bin:$PATH"
|
|
||||||
|
|
||||||
# - name: Checkout code
|
|
||||||
# uses: actions/checkout@v4
|
- name: Checkout code
|
||||||
# with:
|
uses: actions/checkout@v4
|
||||||
# fetch-depth: 0
|
with:
|
||||||
|
fetch-depth: 0
|
||||||
|
|
||||||
- name: Deploy containers
|
- name: Deploy containers
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
Reference in New Issue
Block a user