Skip to content
Snippets Groups Projects
Commit cbc8a0de authored by Emanuele Aina's avatar Emanuele Aina
Browse files

Update the build dir to reflect the change in ci-buildpackage

Commit infrastructure/apertis-docker-images@b9b045e8 "Use uncommon build
directory name" changed the build directory name from `build` to `_build`.

infrastructure/apertis-docker-images@b9b045e8



The change needs to be reflected here.

Signed-off-by: Emanuele Aina's avatarEmanuele Aina <emanuele.aina@collabora.com>
parent 47086001
No related branches found
No related tags found
1 merge request!23Update the build dir to reflect the change in ci-buildpackage
......@@ -28,7 +28,7 @@ build-source:
- ci-buildpackage -S
artifacts:
paths:
- build/
- _build/
except:
- /^upstream\//
- /^debian\//
......@@ -67,7 +67,7 @@ tag-release:
- |
if git describe --tags --match 'apertis/*' --exact-match > /dev/null 2>&1; then
echo "Fetching existing source package"
pristine-lfs -v checkout --full --branch ${PRISTINE_SOURCE} --auto -o build
pristine-lfs -v checkout --full --branch ${PRISTINE_SOURCE} --auto -o _build
else
echo "Building source package"
gbp buildpackage \
......@@ -76,7 +76,7 @@ tag-release:
--git-debian-tag='apertis/%(version)s' \
--git-debian-tag-msg='%(pkg)s Apertis release %(version)s'
ci-buildpackage -S
pristine-lfs -v import-dsc --full --branch ${PRISTINE_SOURCE} build/*.dsc
pristine-lfs -v import-dsc --full --branch ${PRISTINE_SOURCE} _build/*.dsc
git push --follow-tags ${CI_AUTH_PROJECT_URL} ${PRISTINE_SOURCE}:${PRISTINE_SOURCE}
fi
- >
......@@ -85,7 +85,7 @@ tag-release:
$(git describe --tags --match "apertis/*")
artifacts:
paths:
- build/
- _build/
only:
- /^apertis\//
except:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment