i guess the ubuntu:latest image runs everything as root lol
Some checks failed
pipeline / deploy-job (push) Failing after 30s
Some checks failed
pipeline / deploy-job (push) Failing after 30s
This commit is contained in:
parent
09c6151737
commit
8c56d4735b
1 changed files with 2 additions and 2 deletions
|
@ -13,8 +13,8 @@ jobs:
|
|||
steps:
|
||||
- name: init env
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y rsync openssh-client hugo git sshpass
|
||||
apt-get update
|
||||
apt-get install -y rsync openssh-client hugo git sshpass
|
||||
|
||||
- name: init git
|
||||
run: |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue