nix-crx/.gitlab-ci.yml

8 lines
313 B
YAML
Raw Normal View History

2022-01-31 01:43:36 +02:00
update:
script:
2022-01-31 01:44:25 +02:00
- nix shell github:NixOS/nixpkgs/nixos-unstable#python3 -c python3 update.py
2022-01-31 01:43:36 +02:00
- git add .
- git commit -m '[CI] Update extensions' || exit 0
- git remote add pushback gitlab@git.privatevoid.net:max/nix-crx.git
- GIT_SSH_COMMAND="ssh -i $PUSHBACK_KEY" git push pushback master