Sigh
This commit is contained in:
parent
b684c2e3cf
commit
f2e3ed044c
@ -16,8 +16,10 @@ stages:
|
|||||||
script: |
|
script: |
|
||||||
set -eu
|
set -eu
|
||||||
|
|
||||||
. "common.config"
|
ls -alh
|
||||||
. "$BUILD_TYPE.config"
|
|
||||||
|
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')"
|
export JOB_TIMESTAMP="$(date -D '%Y-%m-%dT%H:%M:%S%Z' -d "$CI_JOB_STARTED_AT" +'%Y%m%d-%H%M')"
|
||||||
|
|
||||||
|
@ -1,2 +0,0 @@
|
|||||||
DEBIAN_CODENAME=bullseye
|
|
||||||
QUICTLS_SOURCE=https://codeload.github.com/quictls/openssl/tar.gz/openssl-3.0.3+quic
|
|
Loading…
Reference in New Issue
Block a user