Skip to content

Commit

Permalink
Do not build obs-service package if it is present
Browse files Browse the repository at this point in the history
  • Loading branch information
athos-ribeiro committed Aug 1, 2018
1 parent 53a6619 commit 6caa9f8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions salt/obs.sls
Expand Up @@ -254,6 +254,11 @@ create_debian_testing_test_project:
- group: root
- mode: 755

{% if salt['grains.get']('obs_service_build') != 'done' %}
build_obs_clang_build_package:
cmd.run:
- name: trigger_clang_build obs-service-clang-build
grains.present:
- name: obs_service_build
- value: done
{% endif %}

0 comments on commit 6caa9f8

Please sign in to comment.