From 7ee32a4ea13585be8b99a37c3d8af076488c493c 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 c1a20427..4b5b0491 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -56,6 +56,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}