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

.gitlab-ci.yml: avoid building containers needlessly


Signed-off-by: default avatarZygmunt Krynicki <zygmunt.krynicki@huawei.com>
parent c210ebf2
No related branches found
No related tags found
No related merge requests found
...@@ -187,6 +187,8 @@ lava-report: ...@@ -187,6 +187,8 @@ lava-report:
changes: changes:
- .oniro-ci/containers/$CONTAINER_PATH/* - .oniro-ci/containers/$CONTAINER_PATH/*
- if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH' - if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH'
changes:
- .oniro-ci/containers/$CONTAINER_PATH/*
build-bitbake-builder: build-bitbake-builder:
extends: .build-with-kaniko extends: .build-with-kaniko
......
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