ci: fix had bad command (reverting a2d16e60

This commit is contained in:
silver 2023-08-11 02:00:32 +01:00
parent a395f94aa3
commit a8ec66b50d

View file

@ -28,7 +28,7 @@ update:
- git config --global user.email "${CI_EMAIL}"
- git config --global user.name "${CI_USERNAME}"
# the part that updates the flake
- nix flake lock --update-input $PACKAGE_NAME
- nix --experimental-features 'nix-command flakes' flake lock --update-input $PACKAGE_NAME
- 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