This commit is contained in:
parent
2ea0cb56ed
commit
6409b8e66f
@ -15,14 +15,15 @@ jobs:
|
||||
run: |
|
||||
apk update
|
||||
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
|
||||
# python3 -m pip install --user ansible --break-system-packages
|
||||
# export PATH="/root/.local/bin:$PATH"
|
||||
|
||||
|
||||
# - name: Checkout code
|
||||
# uses: actions/checkout@v4
|
||||
# with:
|
||||
# fetch-depth: 0
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Deploy containers
|
||||
run: |
|
||||
|
Loading…
Reference in New Issue
Block a user