Fix busybox relpath sourcing

This commit is contained in:
Tristan 2022-06-05 05:37:36 +01:00
parent f2e3ed044c
commit 46b6770c7c
No known key found for this signature in database
GPG Key ID: BDDFC4A0651ACDE4

View File

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