Skip to content

Commit

Permalink
Fix syntax error in CI workflow file #133
Browse files Browse the repository at this point in the history
  • Loading branch information
VKTB committed Nov 4, 2024
1 parent a86f3f9 commit af54b65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
- name: Add apt repo
run: sudo add-apt-repository universe

- name: Create logging configuration file
run: cp scigateway_auth/logging.example.ini scigateway_auth/logging.ini
- name: Create logging configuration file
run: cp scigateway_auth/logging.example.ini scigateway_auth/logging.ini

- name: Create config.json
run: cp scigateway_auth/config.json.example scigateway_auth/config.json
Expand Down

0 comments on commit af54b65

Please sign in to comment.