Merge branch 'test-tempo-fix' into 'master'

Draft: Test tempo fix

See merge request archlinux/aurweb!833
This commit is contained in:
Sven-Hendrik Haase 2025-01-20 13:59:11 +00:00
commit 55d0a414a8
2 changed files with 2 additions and 0 deletions

1
.env
View file

@ -6,3 +6,4 @@ AURWEB_SSHD_PREFIX=ssh://aur@localhost:2222
GIT_DATA_DIR="./aur.git/" GIT_DATA_DIR="./aur.git/"
TEST_RECURSION_LIMIT=10000 TEST_RECURSION_LIMIT=10000
COMMIT_HASH= COMMIT_HASH=
AUR_CONFIG_IMMUTABLE=1

View file

@ -109,6 +109,7 @@ provision_review:
# Clone infra repo # Clone infra repo
- git clone $INFRASTRUCTURE_REPO - git clone $INFRASTRUCTURE_REPO
- cd infrastructure - cd infrastructure
- git switch skip-gpg-validation-in-aurdev
# Remove vault files # Remove vault files
- rm $(git grep -l 'ANSIBLE_VAULT;1.1;AES256$') - rm $(git grep -l 'ANSIBLE_VAULT;1.1;AES256$')
# Remove vault config # Remove vault config