mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
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 <kevr@0cost.org>
This commit is contained in:
parent
8239dcdd1b
commit
7ee32a4ea1
1 changed files with 1 additions and 0 deletions
|
@ -56,6 +56,7 @@ deploy:
|
||||||
AURWEB_FASTAPI_PREFIX: https://aur-dev.archlinux.org
|
AURWEB_FASTAPI_PREFIX: https://aur-dev.archlinux.org
|
||||||
AURWEB_SSHD_PREFIX: ssh://aur@aur-dev.archlinux.org:2222
|
AURWEB_SSHD_PREFIX: ssh://aur@aur-dev.archlinux.org:2222
|
||||||
COMMIT_HASH: $CI_COMMIT_SHA
|
COMMIT_HASH: $CI_COMMIT_SHA
|
||||||
|
GIT_DATA_DIR: git_data
|
||||||
script:
|
script:
|
||||||
- pacman -Syu --noconfirm docker-compose socat openssh
|
- pacman -Syu --noconfirm docker-compose socat openssh
|
||||||
- chmod 600 ${SSH_KEY}
|
- chmod 600 ${SSH_KEY}
|
||||||
|
|
Loading…
Add table
Reference in a new issue