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

.oniro-ci: add timestamps to build bundles


Those timestamps are useful to create unique content in HawkBit
later on. We can always strip them if we want to, but it is hard
to re-create that information when it is not encoded in the file name.

Signed-off-by: default avatarZygmunt Krynicki <zygmunt.krynicki@huawei.com>
parent 5b74b31b
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.
......@@ -312,6 +312,8 @@
.build-rauc-bundle:
extends: .build-image
variables:
# Put timestamp into bundle name.
CI_ONIRO_BB_LOCAL_CONF_IMAGE_VERSION_SUFFIX: "-$${DATETIME}"
CI_ONIRO_JOB_ARTIFACTS: "*.raucb"
# Avoid pulling in any artifacts from the previous stage.
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