Skip to content
Snippets Groups Projects
Commit 324be804 authored by Bartek Wrona's avatar Bartek Wrona
Browse files

Fixed yaml syntax

parent a0826374
No related branches found
No related tags found
2 merge requests!561HF26 release changes,!516add MATERIALIZED keyword to ring-fence some CTEs (i.e. WITH blocks)
This commit is part of merge request !516. Comments created here will be created in the context of that merge request.
......@@ -25,7 +25,7 @@ stages:
- eval $(cat "$RUNNER_CONF" | ./scripts/ci/setup_env.py --current-runner-id=${CI_RUNNER_ID} --hive-sync-runner-id=${HIVE_SYNC_RUNNER_ID})
- export RUNNER_POSTGRES_PORT=localhost
- export RUNNER_POSTGRES_PORT=25432
- echo "Postgres host: $RUNNER_POSTGRES_HOST port: $RUNNER_POSTGRES_PORT"
- echo "Postgres host $RUNNER_POSTGRES_HOST port $RUNNER_POSTGRES_PORT"
.set-variables: &set-variables
# - export # List all variables and its values set by Gitlab CI.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment