Add GitLab CI
This commit is contained in:
parent
7116431458
commit
00d4d15b36
1 changed files with 7 additions and 0 deletions
7
.gitlab-ci.yml
Normal file
7
.gitlab-ci.yml
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
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
|
Loading…
Reference in a new issue