Skip to content

Commit

Permalink
Remove leftover debugging steps from workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
pverscha authored May 13, 2020
1 parent 4394a1f commit 121d0c7
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/static_database.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@ jobs:
run: |
sudo apt-get update
sudo apt-get -y install git make maven wget unzip expect gawk sqlite3 libsqlite3-dev
- name: Where is expect?
run: |
which expect
- name: Configure makefile
run: |
# The generation of umgap-data is not required for the static database
Expand All @@ -43,8 +40,6 @@ jobs:
run: |
chmod +x workflows/static_database/build_database.sh
./workflows/static_database/build_database.sh
- name: ls
run: ls -hl
- name: Update database versioning
shell: bash
run: |
Expand Down Expand Up @@ -93,4 +88,4 @@ jobs:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./output.zip
asset_name: unipept-static-db-${{ steps.date.outputs.date }}.zip
asset_content_type: application/zip
asset_content_type: application/zip

0 comments on commit 121d0c7

Please sign in to comment.