pass absolute path to build script
This commit is contained in:
parent
2a817932a5
commit
b2049d5222
|
@ -11,7 +11,7 @@ build:
|
||||||
stage: build
|
stage: build
|
||||||
script:
|
script:
|
||||||
- chmod +x ./ci/build.sh
|
- chmod +x ./ci/build.sh
|
||||||
- ./ci/build.sh $UNITY_VERSION $SRC_DIR
|
- ./ci/build.sh $UNITY_VERSION $(pwd)/$SRC_DIR
|
||||||
artifacts:
|
artifacts:
|
||||||
name: $CI_PROJECT_NAME-$CI_PIPELINE_ID
|
name: $CI_PROJECT_NAME-$CI_PIPELINE_ID
|
||||||
paths:
|
paths:
|
||||||
|
|
Loading…
Reference in New Issue