From b684c2e3cfb1cfdb3bdca0fe9906a8f7e5c69d39 Mon Sep 17 00:00:00 2001 From: Tristan Date: Sun, 5 Jun 2022 05:34:00 +0100 Subject: [PATCH] Fix sourcing --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1b4ecae..35b84da 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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')"