This commit is contained in:
Tristan 2022-06-05 05:35:03 +01:00
parent b684c2e3cf
commit f2e3ed044c
No known key found for this signature in database
GPG Key ID: BDDFC4A0651ACDE4
2 changed files with 4 additions and 4 deletions

View File

@ -16,8 +16,10 @@ stages:
script: |
set -eu
. "common.config"
. "$BUILD_TYPE.config"
ls -alh
source "common.config"
source "$BUILD_TYPE.config"
export JOB_TIMESTAMP="$(date -D '%Y-%m-%dT%H:%M:%S%Z' -d "$CI_JOB_STARTED_AT" +'%Y%m%d-%H%M')"

View File

@ -1,2 +0,0 @@
DEBIAN_CODENAME=bullseye
QUICTLS_SOURCE=https://codeload.github.com/quictls/openssl/tar.gz/openssl-3.0.3+quic