Merge "Add print statements for build packages"
This commit is contained in:
commit
e13a68310c
@ -133,6 +133,10 @@
|
||||
dest: "{{ build_repo_dir }}/run_dlrn.sh"
|
||||
mode: 0744
|
||||
|
||||
- name: Print info about building
|
||||
debug:
|
||||
msg: "Building change for {{ project_name_mapped.stdout|default('unknown') }}"
|
||||
|
||||
- name: Run DLRN
|
||||
shell: >
|
||||
set -o pipefail &&
|
||||
|
@ -235,6 +235,10 @@
|
||||
- name: Build package using DLRN
|
||||
when: not artg_build_one|bool
|
||||
block:
|
||||
- name: Print info about building
|
||||
debug:
|
||||
msg: "Building all changes in the patch together"
|
||||
|
||||
- name: Generate DLRN Script
|
||||
template:
|
||||
src: run_dlrn.sh.j2
|
||||
|
Loading…
x
Reference in New Issue
Block a user