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: |
set -eu
source "common.config"
source "$BUILD_TYPE.config"
. "common.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')"