Skip to content
Snippets Groups Projects
Commit 981d5489 authored by Zygmunt Krynicki's avatar Zygmunt Krynicki
Browse files

.oniro-ci: do not pull artifacts from previous stage when building bundles


This saves several gigabytes of traffic per build. Those artifacts
are automatically pulled due to being present in the previous stage.
Bundle is built from source, so no artifact is ever used.

Signed-off-by: default avatarZygmunt Krynicki <zygmunt.krynicki@huawei.com>
parent 2bd560b0
No related branches found
No related tags found
No related merge requests found
This commit is part of merge request !100. Comments created here will be created in the context of that merge request.
......@@ -313,6 +313,8 @@
extends: .build-image
variables:
CI_ONIRO_JOB_ARTIFACTS: "*.raucb"
# Avoid pulling in any artifacts from the previous stage.
dependencies: []
# This job is currently used to customize the behavior in oniro and xts-acts.
# It will be removed when that is safe to do so. It is not documented.
......
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