Skip to content
Snippets Groups Projects
Commit 79230789 authored by Jean-Paul Calderone's avatar Jean-Paul Calderone
Browse files

specify the local and remote refs for the push

parent 8481e113
Branches
No related tags found
3 merge requests!319update production,!311bump nixpkgs version,!305Automate updating nixpkgs pin in develop branch once a week
......@@ -18,7 +18,7 @@ nix-build -A morph -o result-after
diff=$(nix --extra-experimental-features nix-command store diff-closures ./result-before/ ./result-after/)
git commit -am "bump nixpkgs version"
git push origin
git push origin "${TARGET_BRANCH}:${TARGET_BRANCH}"
BODY="{
\"id\": ${CI_PROJECT_ID},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment