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: ...@@ -105,16 +105,16 @@ deploy:
# - *run_script_template # - *run_script_template
.vars_template: &vars_insert .vars_template: &vars_insert
GIT_STRATEGY: none variables:
POSTGRES_USER: kotahidev GIT_STRATEGY: none
POSTGRES_PASSWORD: kotahidev POSTGRES_USER: kotahidev
PGUSER: kotahidev POSTGRES_PASSWORD: kotahidev
PGPASSWORD: kotahidev PGUSER: kotahidev
PGPASSWORD: kotahidev
test-chrome: test-chrome:
image: $IMAGE_ORG/$IMAGE_NAME-dev:$CI_COMMIT_SHA image: $IMAGE_ORG/$IMAGE_NAME-dev:$CI_COMMIT_SHA
stage: test stage: test
variables:
<<: *vars_insert <<: *vars_insert
services: services:
- postgres - 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