vgijssel / setup

Workstation and server setup
MIT License
8 stars 0 forks source link

fix: Release Manager infinite deployment #625

Closed mvgijssel closed 7 months ago

mvgijssel commented 7 months ago

ref #451

By implementing https://github.com/vgijssel/setup/pull/624 basically introduced an infinite loop of releases, because the .md files are never removed from the git repository 🤦. Need to find another way to instantiate a new git repository with the same changes applied.

Secondly the provisioner deployment is failing because apparently nix-build is not within the path?

TODO

mvgijssel commented 7 months ago

Resync local tags by first removing them and afterwards fetching them

git tag -l | xargs git tag -d
git fetch --tags