Skip to content
This repository has been archived by the owner on Apr 27, 2023. It is now read-only.

Commit

Permalink
chore(deps): update liberoadmin/reviewer-client docker tag to vmaster…
Browse files Browse the repository at this point in the history
…-83442ab0-20200827.0931 (#1233)

* chore(deps): update liberoadmin/reviewer-client docker tag to vmaster-83442ab0-20200827.0931

* Fix config issues and reduce TEST_FIXTURE

* Revert file

* Revert "Revert file"

This reverts commit c92579e.

Co-authored-by: Renovate Bot <[email protected]>
  • Loading branch information
renovate[bot] and renovate-bot authored Aug 27, 2020
1 parent 38b2896 commit 96c2479
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ test_integration: setup start

test_integration_master: setup start_master
make wait_healthy_apps
docker run --network reviewer -e BASE_URL="reviewer_nginx_1:9000" $(BROWSERTEST_MASTER)
docker run --network reviewer -e BASE_URL="reviewer_nginx_1:9000" -e TEST_FIXTURE="Authentication" $(BROWSERTEST_MASTER)

validate_chart:
${HELM} template ./charts/libero-reviewer --debug > /tmp/libero-reviewer.yaml
Expand Down
2 changes: 1 addition & 1 deletion config/proxy/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ http {
}

# @todo change to proxy once continuum-adaptor redirects
location /continuum-login {
location /auth-login {
return 301 http://reviewer-mocks:3003/submit;
# proxy_pass http://continuum-adaptor:3000/login;
}
Expand Down
4 changes: 2 additions & 2 deletions config/proxy/nginx.localhost.conf
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ http {
location /auth/ {
proxy_pass http://continuum-adaptor:3001/authenticate/;
}

# @todo change to proxy once continuum-adaptor redirects
location /continuum-login {
location /auth-login {
return 301 http://localhost:3003/submit;
# proxy_pass http://continuum-adaptor:3000/login;
}
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ services:
image: liberoadmin/reviewer-submission:master-8181ba81-20200818.1239

client:
image: liberoadmin/reviewer-client:master-250f901b-20200723.1330
image: liberoadmin/reviewer-client:master-83442ab0-20200827.0931

nginx:
image: nginx:stable-alpine@sha256:8853c7e938c2aa5d9d7439e698f0e700f058df8414a83134a09fcbb68bb0707a

0 comments on commit 96c2479

Please sign in to comment.