Skip to content
Snippets Groups Projects
Commit c05b2d3c authored by Ilia Eriomenco's avatar Ilia Eriomenco
Browse files

ci: update variables template for eLife test

parent 428ad566
No related branches found
No related tags found
No related merge requests found
......@@ -105,16 +105,16 @@ deploy:
# - *run_script_template
.vars_template: &vars_insert
GIT_STRATEGY: none
POSTGRES_USER: kotahidev
POSTGRES_PASSWORD: kotahidev
PGUSER: kotahidev
PGPASSWORD: kotahidev
variables:
GIT_STRATEGY: none
POSTGRES_USER: kotahidev
POSTGRES_PASSWORD: kotahidev
PGUSER: kotahidev
PGPASSWORD: kotahidev
test-chrome:
image: $IMAGE_ORG/$IMAGE_NAME-dev:$CI_COMMIT_SHA
stage: test
variables:
<<: *vars_insert
services:
- postgres
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment