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

Fixed typo

parent 9b79dfe5
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.
...@@ -23,7 +23,7 @@ stages: ...@@ -23,7 +23,7 @@ stages:
# Setup runner environment (to connect to correct postgres server, mainly). # Setup runner environment (to connect to correct postgres server, mainly).
- TMP_VAR=$(cat hive-sync-runner-id.txt 2>/dev/null || true); export HIVE_SYNC_RUNNER_ID=${TMP_VAR:-0} - TMP_VAR=$(cat hive-sync-runner-id.txt 2>/dev/null || true); export HIVE_SYNC_RUNNER_ID=${TMP_VAR:-0}
- eval $(cat "$RUNNER_CONF" | ./scripts/ci/setup_env.py --current-runner-id=${CI_RUNNER_ID} --hive-sync-runner-id=${HIVE_SYNC_RUNNER_ID}) - 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=172.17.0.1 - export RUNNER_POSTGRES_HOST=172.17.0.1
- export RUNNER_POSTGRES_PORT=25432 - 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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment