Skip to content

Commit

Permalink
Fix config commands
Browse files Browse the repository at this point in the history
  • Loading branch information
MTRNord committed Oct 25, 2023
1 parent 6df5770 commit eef1e94
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/benchmark pullrequest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ jobs:
- name: Setup Config
run: |
mkdir -p /etc/erooster/tasks
echo 'task_folder: /etc/erooster/tasks' > /etc/erooster/config.yml
echo 'tls:' > /etc/erooster/config.yml
echo 'task_folder: "/etc/erooster/tasks"' > /etc/erooster/config.yml
echo 'tls:' >> /etc/erooster/config.yml
echo ' key_path: ""' >> /etc/erooster/config.yml
echo ' cert_path: ""' >> /etc/erooster/config.yml
echo 'mail:' >> /etc/erooster/config.yml
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ jobs:
- name: Setup Config
run: |
mkdir -p /etc/erooster/tasks
echo 'task_folder: /etc/erooster/tasks' > /etc/erooster/config.yml
echo 'tls:' > /etc/erooster/config.yml
echo 'task_folder: "/etc/erooster/tasks"' > /etc/erooster/config.yml
echo 'tls:' >> /etc/erooster/config.yml
echo ' key_path: ""' >> /etc/erooster/config.yml
echo ' cert_path: ""' >> /etc/erooster/config.yml
echo 'mail:' >> /etc/erooster/config.yml
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ jobs:
- name: Setup Config
run: |
mkdir -p /etc/erooster/tasks
echo 'task_folder: /etc/erooster/tasks' > /etc/erooster/config.yml
echo 'tls:' > /etc/erooster/config.yml
echo 'task_folder: "/etc/erooster/tasks"' > /etc/erooster/config.yml
echo 'tls:' >> /etc/erooster/config.yml
echo ' key_path: ""' >> /etc/erooster/config.yml
echo ' cert_path: ""' >> /etc/erooster/config.yml
echo 'mail:' >> /etc/erooster/config.yml
Expand Down

0 comments on commit eef1e94

Please sign in to comment.