Merge pull request #196 from Mic92/fix-ci
ci: try to fix update by pulling first
This commit is contained in:
commit
e6714808f1
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