Skip to content
Snippets Groups Projects
Commit c23f976d authored by Mattia Mancini's avatar Mattia Mancini
Browse files

Fix missing variable in CI/CD

parent 4bd93632
No related branches found
No related tags found
1 merge request!1Setup MVP with CI/CD
Pipeline #44075 passed
......@@ -25,6 +25,7 @@ validate-resource-description: # This job also runs in the test stage.
POSTGRES_DB: gavo
POSTGRES_USER: postgres
POSTGRES_PASSWORD: gavo
POSTGRES_HOST: pg-dachs
POSTGRES_HOST_AUTH_METHOD: trust
before_script:
......@@ -43,6 +44,7 @@ inspect-resource-description: # This job also runs in the test stage.
POSTGRES_USER: postgres
POSTGRES_PASSWORD: gavo
POSTGRES_HOST_AUTH_METHOD: trust
POSTGRES_HOST: pg-dachs
before_script:
- psql -h pg-dachs -U postgres -d $POSTGRES_DB -a -f test/sql/test_data.sql
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment