Skip to content

Commit

Permalink
#246: Remove debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
MRichards99 committed Aug 11, 2021
1 parent d62e9b7 commit 4957dd3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -253,10 +253,8 @@ jobs:
- name: Install dependencies
run: poetry install

- name: Is API on master?
run: pwd; git status
- name: Add dummy data to icatdb
run: pwd; poetry run python -m util.icat_db_generator
run: poetry run python -m util.icat_db_generator
- name: Get SQL dump of dummy data from master's generator script
run: mysqldump -picatdbuserpw -uicatdbuser --skip-comments icatdb > ~/generator_script_dump_master.sql

Expand Down

0 comments on commit 4957dd3

Please sign in to comment.