8 lines
300 B
YAML
8 lines
300 B
YAML
|
update:
|
||
|
script:
|
||
|
- nix shell nixpkgs/nixos-unstable#python3 -c python3 update.py
|
||
|
- 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
|