Skip to content

Commit ea941df

Browse files
committed
fix lint
1 parent aef85a8 commit ea941df

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/build_and_deploy.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ jobs:
4646
docker run --rm intbot make ci/lint
4747
docker run --rm intbot make ci/type-check
4848
49-
5049
- name: Run deployment playbooks lint
5150
run: make lint/deploy
5251

deploy/playbooks/03_app.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
ansible.builtin.copy:
3636
src: ../templates/app/intbot.env.example
3737
dest: intbot.env.example
38+
mode: "0640"
3839

3940
- name: Check if the env file exists
4041
ansible.builtin.stat:

0 commit comments

Comments
 (0)