fix: hardcode teh path

This commit is contained in:
silver 2023-06-18 23:05:25 +01:00
parent b1bdfd4162
commit aed367d360

View file

@ -32,7 +32,7 @@ update:
- git add flake.lock
- git commit -m "[skip ci] Updated flake for $PACKAGE_NAME" || echo "No changes, nothing to commit"
# we have a custom domain
- git remote rm origin && git remote add origin ssh://git@gitlab.skynet.ie:2222$CI_PROJECT_PATH.git
- git remote rm origin && git remote add origin ssh://git@gitlab.skynet.ie:2222/compsoc/skynet/nixos.git
- git push origin HEAD:$CI_COMMIT_REF_NAME
only: