ci: fix had bad command (reverting a2d16e60
This commit is contained in:
parent
a395f94aa3
commit
a8ec66b50d
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ update:
|
||||||
- git config --global user.email "${CI_EMAIL}"
|
- git config --global user.email "${CI_EMAIL}"
|
||||||
- git config --global user.name "${CI_USERNAME}"
|
- git config --global user.name "${CI_USERNAME}"
|
||||||
# the part that updates the flake
|
# 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 add flake.lock
|
||||||
- git commit -m "[skip ci] Updated flake for $PACKAGE_NAME" || echo "No changes, nothing to commit"
|
- git commit -m "[skip ci] Updated flake for $PACKAGE_NAME" || echo "No changes, nothing to commit"
|
||||||
# we have a custom domain
|
# we have a custom domain
|
||||||
|
|
Loading…
Reference in a new issue