chore(gitlab-ci): try to chown current dir for fradrive-env
This commit is contained in:
parent
c29407f218
commit
a92a512387
@ -30,6 +30,8 @@ variables:
|
|||||||
|
|
||||||
STACK_ROOT: "${CI_PROJECT_DIR}/.stack"
|
STACK_ROOT: "${CI_PROJECT_DIR}/.stack"
|
||||||
|
|
||||||
|
ENV_USER: "fradrive-env"
|
||||||
|
|
||||||
stages:
|
stages:
|
||||||
- setup
|
- setup
|
||||||
- lint
|
- lint
|
||||||
@ -53,6 +55,7 @@ node modules:
|
|||||||
- cat .npmrc # TODO: debug
|
- cat .npmrc # TODO: debug
|
||||||
- make node_modules
|
- make node_modules
|
||||||
before_script: &nix-before
|
before_script: &nix-before
|
||||||
|
- chown -R ${ENV_USER} .
|
||||||
# - git config --global init.defaultBranch master
|
# - git config --global init.defaultBranch master
|
||||||
# - install -v -m 0700 -d ~/.ssh
|
# - install -v -m 0700 -d ~/.ssh
|
||||||
# - install -v -T -m 0644 "${SSH_KNOWN_HOSTS}" ~/.ssh/known_hosts
|
# - install -v -T -m 0644 "${SSH_KNOWN_HOSTS}" ~/.ssh/known_hosts
|
||||||
|
|||||||
Reference in New Issue
Block a user