Skip to content

Commit

Permalink
Add change condition on for linting
Browse files Browse the repository at this point in the history
We actually know that the file is not there because we just created a
new build directory but it's good style to add these things.
  • Loading branch information
mkllnk committed Sep 25, 2023
1 parent 9e38fa0 commit ba655d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions roles/deploy/tasks/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@
"
args:
chdir: "{{ build_path }}"
creates: "{{ build_path }}/.bundle/config"
become: true
become_user: "{{ app_user }}"

Expand Down

0 comments on commit ba655d1

Please sign in to comment.