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