Skip to content

Commit

Permalink
Add b to file
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Belanger <[email protected]>
  • Loading branch information
pabelanger committed Oct 13, 2018
1 parent 29e0602 commit 5de048b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
10 changes: 4 additions & 6 deletions playbooks/dco/run.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,8 @@
chdir: "{{ zuul.project.src_dir }}"

- name: shell
shell: |
for commit in $(git cherry master | cut -d " " -f2)
do
echo $commit
done
args:
shell:
cmd: |
git cherry -v origin/{{ zuul.branch }} HEAD | cut -d\" \" -f2
chdir: "{{ zuul.project.src_dir }}"
executable: /bin/bash
1 change: 1 addition & 0 deletions test.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
new line
b

0 comments on commit 5de048b

Please sign in to comment.