Fix sourcing

This commit is contained in:
Tristan 2022-06-05 05:34:00 +01:00
parent dbeab193af
commit b684c2e3cf
No known key found for this signature in database
GPG Key ID: BDDFC4A0651ACDE4

View File

@ -16,8 +16,8 @@ stages:
script: | script: |
set -eu set -eu
source "common.config" . "common.config"
source "$BUILD_TYPE.config" . "$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')"