Skip to content

Commit

Permalink
REMOVE BEFORE MERGING: Commit for testing purposes
Browse files Browse the repository at this point in the history
  • Loading branch information
javierm committed Oct 8, 2021
1 parent 618337a commit a6bbc25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/folder_structure/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
state: directory

- name: Create first release
shell: "git archive 1.3.1 | /usr/bin/env tar -x -f - -C {{ first_release_dir }}"
shell: "git archive master | /usr/bin/env tar -x -f - -C {{ first_release_dir }}"
args:
chdir: "{{ consul_dir }}/repo"

Expand Down

0 comments on commit a6bbc25

Please sign in to comment.