Fix busybox relpath sourcing
This commit is contained in:
parent
f2e3ed044c
commit
46b6770c7c
@ -16,10 +16,8 @@ stages:
|
|||||||
script: |
|
script: |
|
||||||
set -eu
|
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')"
|
export JOB_TIMESTAMP="$(date -D '%Y-%m-%dT%H:%M:%S%Z' -d "$CI_JOB_STARTED_AT" +'%Y%m%d-%H%M')"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user