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

.oniro-ci: document usag eof CI_ONIRO_JOB_ARTIFACTS


Signed-off-by: default avatarZygmunt Krynicki <zygmunt.krynicki@huawei.com>
parent 12c3946a
No related branches found
No related tags found
2 merge requests!101Draft: .oniro-ci,gitlab-ci.yml: add support for publishing bundles to hawkbit,!100Draft: .oniro-ci: publish rauc bundles for pi4 to hawkbit
This commit is part of merge request !100. Comments created here will be created in the context of that merge request.
...@@ -314,6 +314,7 @@ ...@@ -314,6 +314,7 @@
variables: variables:
# Put timestamp into bundle name. # Put timestamp into bundle name.
CI_ONIRO_BB_LOCAL_CONF_IMAGE_VERSION_SUFFIX: "-$${DATETIME}" CI_ONIRO_BB_LOCAL_CONF_IMAGE_VERSION_SUFFIX: "-$${DATETIME}"
# Collect rauc bundles as artifacts.
CI_ONIRO_JOB_ARTIFACTS: "*.raucb" CI_ONIRO_JOB_ARTIFACTS: "*.raucb"
# Avoid pulling in any artifacts from the previous stage. # Avoid pulling in any artifacts from the previous stage.
dependencies: [] dependencies: []
......
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