Skip to content

Commit

Permalink
Combine data after ingesting them
Browse files Browse the repository at this point in the history
  • Loading branch information
nanory committed Dec 21, 2023
1 parent f8666d4 commit 073de84
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions .github/workflows/data_ingestion.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,3 +116,31 @@ jobs:
--env PGDATABASE
ghcr.io/gardenlinux/glvd:edge
/bin/sh -c 'glvd-data ingest-debsrc debian trixie /opt/glvd-data-ingestion/ingest-debsrc/lists/deb.debian.org_debian_dists_trixie_main_source_Sources'
- name: Run data combination (combine-deb)
run: >
docker run
--network host
--rm
--entrypoint=""
--env PGHOST
--env PGPORT
--env PGUSER
--env PGPASSWORD
--env PGDATABASE
ghcr.io/gardenlinux/glvd:edge
/bin/sh -c 'glvd-data combine-deb'
- name: Run data combination (combine-all)
run: >
docker run
--network host
--rm
--entrypoint=""
--env PGHOST
--env PGPORT
--env PGUSER
--env PGPASSWORD
--env PGDATABASE
ghcr.io/gardenlinux/glvd:edge
/bin/sh -c 'glvd-data combine-all'

0 comments on commit 073de84

Please sign in to comment.