pass absolute path to build script

This commit is contained in:
Cat Flynn 2021-01-25 19:49:53 +00:00
parent 2a817932a5
commit b2049d5222
1 changed files with 1 additions and 1 deletions

View File

@ -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: