run in nix-shell
This commit is contained in:
parent
2c8d13b65f
commit
8e8d14d759
1 changed files with 3 additions and 3 deletions
|
@ -18,7 +18,7 @@ steps:
|
||||||
- name: Update mastodon-glitch
|
- name: Update mastodon-glitch
|
||||||
image: nixos/nix
|
image: nixos/nix
|
||||||
commands:
|
commands:
|
||||||
- (cd mastodon && bash ./update.sh)
|
- (cd mastodon && ./update.sh)
|
||||||
environment:
|
environment:
|
||||||
USER: nobody
|
USER: nobody
|
||||||
depends_on:
|
depends_on:
|
||||||
|
@ -28,7 +28,7 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- mkdir /etc/nix
|
- mkdir /etc/nix
|
||||||
- echo "experimental-features = nix-command flakes" >> /etc/nix/nix.conf
|
- echo "experimental-features = nix-command flakes" >> /etc/nix/nix.conf
|
||||||
- (cd matrix/matrix-media-repo && bash ./update.sh)
|
- (cd matrix/matrix-media-repo && ./update.sh)
|
||||||
environment:
|
environment:
|
||||||
USER: nobody
|
USER: nobody
|
||||||
depends_on:
|
depends_on:
|
||||||
|
@ -38,7 +38,7 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- mkdir /etc/nix
|
- mkdir /etc/nix
|
||||||
- echo "experimental-features = nix-command flakes" >> /etc/nix/nix.conf
|
- echo "experimental-features = nix-command flakes" >> /etc/nix/nix.conf
|
||||||
- (cd matrix/mautrix-whatsapp && bash ./update.sh)
|
- (cd matrix/mautrix-whatsapp && ./update.sh)
|
||||||
environment:
|
environment:
|
||||||
USER: nobody
|
USER: nobody
|
||||||
depends_on:
|
depends_on:
|
||||||
|
|
Reference in a new issue