ci: fix - apk add docker-cli git in runner (alpine)
All checks were successful
Deploy / deploy (push) Successful in 4m25s
All checks were successful
Deploy / deploy (push) Successful in 4m25s
This commit is contained in:
@@ -10,7 +10,7 @@ jobs:
|
||||
steps:
|
||||
- name: Build and deploy
|
||||
run: |
|
||||
apk add --no-cache git || apt-get install -y git || true
|
||||
apk add --no-cache docker-cli git
|
||||
cd /opt/digital-home/smart-home-tablet
|
||||
git config --global --add safe.directory /opt/digital-home/smart-home-tablet
|
||||
git pull origin main
|
||||
|
||||
Reference in New Issue
Block a user