Skip to content

Commit

Permalink
fix generator script
Browse files Browse the repository at this point in the history
  • Loading branch information
Reillyhewitson committed Nov 16, 2022
1 parent 3e59c86 commit f224aca
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 @@ -303,9 +303,9 @@ jobs:
ref: ${{ github.event.repository.default_branch }}

- name: Create config.yaml
run: cp datagateway_api/config.yaml.example datagateway_api/config.yaml
run: cp datagateway-api/datagateway_api/config.yaml.example datagteway-api/datagateway_api/config.yaml
- name: Create search_api_mapping.json
run: cp datagateway_api/search_api_mapping.json.example datagateway_api/search_api_mapping.json
run: cp datagatway-api/datagateway_api/search_api_mapping.json.example datagateway-api/datagateway_api/search_api_mapping.json

# Installing an older version of setuptools for reasons explained at: https://github.com/icatproject/python-icat/issues/99
- name: Uninstall setuptools
Expand Down

0 comments on commit f224aca

Please sign in to comment.