chore(gitlab-ci): try to chown current dir for fradrive-env

This commit is contained in:
Sarah Vaupel 2024-07-08 01:02:18 +02:00
parent c29407f218
commit a92a512387

View File

@ -30,6 +30,8 @@ variables:
STACK_ROOT: "${CI_PROJECT_DIR}/.stack"
ENV_USER: "fradrive-env"
stages:
- setup
- lint
@ -53,6 +55,7 @@ node modules:
- cat .npmrc # TODO: debug
- make node_modules
before_script: &nix-before
- chown -R ${ENV_USER} .
# - git config --global init.defaultBranch master
# - install -v -m 0700 -d ~/.ssh
# - install -v -T -m 0644 "${SSH_KNOWN_HOSTS}" ~/.ssh/known_hosts