Fix git pull
This commit is contained in:
parent
67dae155ce
commit
d58f2b1bb2
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ steps:
|
||||||
from_secret: gitea_token
|
from_secret: gitea_token
|
||||||
commands:
|
commands:
|
||||||
- 'curl -X "POST" "https://git.askiiart.net/api/v1/repos/askiiart/AlwaysDungeons/mirror-sync?access_token=${GITEA_TOKEN}" -H "accept: application/json" -d ""'
|
- 'curl -X "POST" "https://git.askiiart.net/api/v1/repos/askiiart/AlwaysDungeons/mirror-sync?access_token=${GITEA_TOKEN}" -H "accept: application/json" -d ""'
|
||||||
- git pull
|
- git pull origin main
|
||||||
- git apply docker.patch
|
- git apply docker.patch
|
||||||
- apt-get update
|
- apt-get update
|
||||||
- apt-get install binutils -y
|
- apt-get install binutils -y
|
||||||
|
|
Loading…
Reference in a new issue