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

build-base: Do not set the ostree repo, it is not used


The base step generates a plain sysroot tarball and does not involve
ostree at all. To save some confusion, do not pass the ostree
repository path as an argument.

Signed-off-by: Emanuele Aina's avatarEmanuele Aina <emanuele.aina@collabora.com>
parent c25612fe
No related branches found
No related tags found
1 merge request!24Fix publishing
......@@ -78,7 +78,7 @@ prepare-build-env:
- .build
stage: build base
script:
- /opt/apertis-flatdeb/run.py --build-area=$(pwd)/flatdeb-builddir --ostree-repo=$(pwd)/flatdeb-builddir/ostree-repo --suite=${APERTIS_RELEASE} --arch=${architecture} base
- /opt/apertis-flatdeb/run.py --build-area=$(pwd)/flatdeb-builddir --suite=${APERTIS_RELEASE} --arch=${architecture} base
artifacts:
expire_in: 1d
paths:
......
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