From bb8dfb677ffb0e1460a82187802e6045c67c3e99 Mon Sep 17 00:00:00 2001 From: Sarah Vaupel Date: Tue, 25 Jun 2024 02:49:47 +0200 Subject: [PATCH] chore(gitlab-ci): fix syntax contd --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f38a04194..ab5a3bf32 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -127,7 +127,7 @@ backend lint: - *stack-cache script: - "ls -a ." # TODO: debug only - - "nix shell .#gnumake .#stack .#tzdata --command \"prepare-env && make backend-lint-prod\"" + - "nix shell .#gnumake .#stack .#tzdata --command 'prepare-env && make backend-lint-prod'" before_script: *nix-before needs: - job: backend dependencies