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:
|
steps:
|
||||||
- name: init env
|
- name: init env
|
||||||
run: |
|
run: |
|
||||||
sudo apt-get update
|
apt-get update
|
||||||
sudo apt-get install -y rsync openssh-client hugo git sshpass
|
apt-get install -y rsync openssh-client hugo git sshpass
|
||||||
|
|
||||||
- name: init git
|
- name: init git
|
||||||
run: |
|
run: |
|
||||||
|
|
Reference in a new issue