Skip to content
Snippets Groups Projects
Commit c9ed85d6 authored by Nicoleta Ursu's avatar Nicoleta Ursu
Browse files

fix: adding filtering manuscripts by topic

parent 15fcd5ac
No related branches found
No related tags found
No related merge requests found
...@@ -99,11 +99,11 @@ deploy: ...@@ -99,11 +99,11 @@ deploy:
# - psql -h postgres -U kotahidev -d kotahidev -c "create extension pgcrypto;" # - psql -h postgres -U kotahidev -d kotahidev -c "create extension pgcrypto;"
# # specify host here else it confuses the linked postgres image # # specify host here else it confuses the linked postgres image
# - POSTGRES_HOST=postgres yarn test:all:$TEST_ITEM # - POSTGRES_HOST=postgres yarn test:all:$TEST_ITEM
# test-chrome: # test-chrome:
# <<: *run_test_template # <<: *run_test_template
# variables: # variables:
# TEST_ITEM: "chrome:elife" # TEST_ITEM: "chrome:elife"
# script: # script:
# - *run_script_template # - *run_script_template
...@@ -142,7 +142,6 @@ test-chrome: ...@@ -142,7 +142,6 @@ test-chrome:
# specify host here else it confuses the linked postgres image # specify host here else it confuses the linked postgres image
- echo $INSTANCE_NAME - echo $INSTANCE_NAME
- POSTGRES_HOST=postgres yarn test:all:chrome:elife - POSTGRES_HOST=postgres yarn test:all:chrome:elife
# test-chrome-samsung: # test-chrome-samsung:
# image: $IMAGE_ORG/$IMAGE_NAME-dev:$CI_COMMIT_SHA # image: $IMAGE_ORG/$IMAGE_NAME-dev:$CI_COMMIT_SHA
# stage: test # stage: test
...@@ -251,7 +250,7 @@ test-chrome: ...@@ -251,7 +250,7 @@ test-chrome:
# - apt-get -y install postgresql-client # - apt-get -y install postgresql-client
# - psql -h postgres -U kotahidev -d kotahidev -c "create extension pgcrypto;" # - psql -h postgres -U kotahidev -d kotahidev -c "create extension pgcrypto;"
# - cp .env.example .env # - cp .env.example .env
# - POSTGRES_HOST=postgres yarn test:all:chrome:elife:hd:laptop # - POSTGRES_HOST=postgres yarn test:all:chrome:elife:hd:laptop
# test-firefox: # test-firefox:
# image: $IMAGE_ORG/$IMAGE_NAME-dev:$CI_COMMIT_SHA # image: $IMAGE_ORG/$IMAGE_NAME-dev:$CI_COMMIT_SHA
......
...@@ -35,4 +35,4 @@ ...@@ -35,4 +35,4 @@
"valueAdded": "This is the value added", "valueAdded": "This is the value added",
"label": "Ready to evaluate", "label": "Ready to evaluate",
"topic": "modeling" "topic": "modeling"
} }
\ No newline at end of file
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