Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
BradLugo committed Dec 15, 2023
1 parent 445249f commit 0a800b6
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ jobs:
- uses: actions/upload-artifact@v3
with:
name: db-dump
path: /tmp/postgres
path: /tmp/postgres/pg-definitions.sql.gz

generate-scanner-bundle:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -203,6 +203,12 @@ jobs:
- uses: actions/download-artifact@v3
with:
name: db-dump
path: /tmp/postgres/pg-definitions.sql.gz

- name: Get db dump
run: |
source ./scripts/ci/lib.sh
get_db_dump
- name: Make db bundle
run: image/db/rhel/create-bundle.sh image/db image/db/rhel
Expand Down

0 comments on commit 0a800b6

Please sign in to comment.