ci: try to fix update by pulling first
This commit is contained in:
parent
310bff3b0c
commit
5df82248f0
1 changed files with 2 additions and 1 deletions
|
|
@ -21,7 +21,8 @@ if [[ -z "$(git diff --exit-code)" ]]; then
|
|||
else
|
||||
git add --all repos.json*
|
||||
git commit -m "automatic update"
|
||||
git push git@github.com:nix-community/NUR HEAD:master
|
||||
git pull origin master
|
||||
git push git@github.com:nix-community/NUR master
|
||||
fi
|
||||
|
||||
(cd nur-combined && git push origin master)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue