feat: Have an empty certificates folder ready (#1065)

Addresses this: https://forum.sentry.io/t/configure-gitlab-self-signed-ssl-certificate/14766/3?u=byk
This commit is contained in:
Burak Yigit Kaya 2021-08-17 17:40:35 +03:00 committed by GitHub
parent 47c4a1df29
commit 672b1f7f4d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 6 deletions

View File

@ -42,9 +42,6 @@ jobs:
- name: Integration Test
run: |
echo "Testing initial install"
# Create ./certificates here because install.sh will create it with root:root
# and then run.sh (-> setup.sh) won't be able to write to it.
mkdir certificates
./install.sh
./_integration-test/run.sh
echo "Testing in-place upgrade"

3
.gitignore vendored
View File

@ -88,9 +88,6 @@ geoip/.geoipupdate.lock
# wal2json download
postgres/wal2json
# custom certificate authorities
certificates
# integration testing
_integration-test/custom-ca-roots/nginx/*
sentry/test-custom-ca-roots.py

3
certificates/.gitignore vendored Normal file
View File

@ -0,0 +1,3 @@
# Add all custom CAs in this folder
*
!.gitignore