chore(gitlab-ci): fix syntax contd

This commit is contained in:
Sarah Vaupel 2024-06-25 03:12:57 +02:00
parent 14f32497bb
commit 0861ea0778
2 changed files with 2 additions and 2 deletions

View File

@ -92,7 +92,7 @@ backend dependencies:
- .stack
- .stack-work
script:
- "nix shell .#gnumake .#stack .#coreutils --command sh -c 'prepare-env && make backend-dependencies'" # TODO maybe remove prepare-env
- "nix shell .#gnumake .#stack .#coreutils .#prepareEnv --command sh -c 'prepare-env && make backend-dependencies'" # TODO maybe remove prepare-env
- "ls -a ." # TODO: debug only
- "ls -a ${HOME}/.stack"
before_script: *nix-before

View File

@ -264,7 +264,7 @@ let
'';
prepareEnv = pkgs.writeScriptBin "prepare-env" ''
#!${pkgs.zsh}/bin/zsh
#!/bin/sh
export TZDIR=${pkgs.tzdata}/share/zoneinfo
export CHROME_BIN=${pkgs.chromium}/bin/chromium