From 356fb8e15675b3013eabf4c6629e902c7157ab0b Mon Sep 17 00:00:00 2001 From: Kevin Morris Date: Mon, 25 Oct 2021 18:18:22 -0700 Subject: [PATCH] fix(gitlab-ci): set GIT_DATA_DIR=git_data on aur-dev This uses the internally defined docker volume `git_data`, but the variable is configurable for changes in the future. Signed-off-by: Kevin Morris --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 02376fc4..8827189b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -55,6 +55,7 @@ deploy: AURWEB_FASTAPI_PREFIX: https://aur-dev.archlinux.org AURWEB_SSHD_PREFIX: ssh://aur@aur-dev.archlinux.org:2222 COMMIT_HASH: $CI_COMMIT_SHA + GIT_DATA_DIR: git_data script: - pacman -Syu --noconfirm docker-compose socat openssh - chmod 600 ${SSH_KEY}