summaryrefslogtreecommitdiff
path: root/baserock_ostree/image-config.yml
diff options
context:
space:
mode:
Diffstat (limited to 'baserock_ostree/image-config.yml')
-rw-r--r--baserock_ostree/image-config.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/baserock_ostree/image-config.yml b/baserock_ostree/image-config.yml
index 21c7ba24..2a896ecd 100644
--- a/baserock_ostree/image-config.yml
+++ b/baserock_ostree/image-config.yml
@@ -42,12 +42,13 @@
- name: buildstream sources
git: dest=/home/fedora/buildstream repo=https://gitlab.com/buildstream/buildstream version=bf8fc373d7711861129ab841a74ecf32b3d8b2dd
become_user: fedora
+ register: buildstream_source
- name: buildstream installed
command: /usr/bin/pip3 install .
args:
chdir: /home/fedora/buildstream
- creates: /usr/bin/bst-artifact-receive
+ when: buildstream_source.changed
# We also install ostree-push/receive, which is used for pushing to the
# releases/ repo.