This commit is contained in:
parent
caaf241fc5
commit
a08f0e0288
@ -6,11 +6,13 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
deploy:
|
deploy:
|
||||||
runs-on: ubuntu-20.04:host
|
runs-on: host
|
||||||
steps:
|
steps:
|
||||||
|
- name: Install git on Alpine runner
|
||||||
|
run: |
|
||||||
|
apk update
|
||||||
|
apk add git
|
||||||
- name: Update School repo
|
- name: Update School repo
|
||||||
run: |
|
run: |
|
||||||
apt update -y
|
|
||||||
apt install git -y
|
|
||||||
cd /gits/School
|
cd /gits/School
|
||||||
git pull origin main
|
git pull origin main
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user