Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pass-ember CMF test candidate #230

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ EMBER_PORT=81

# Ember app build-time config
EMBER_GIT_REPO=https://github.com/OA-PASS/pass-ember
EMBER_GIT_BRANCH=a7a9c045820d7c2dc54687c4c75c8a830bba0d03
EMBER_GIT_BRANCH=f0783b900cf7854a5553a5ec4a8c6e233d44df52

EMBER_ROOT_URL=/app/

Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ services:
USER_SERVICE_URL: "${USER_SERVICE_URL}"
DOI_SERVICE_URL: "${DOI_SERVICE_URL}"
METADATA_SCHEMA_URI: "${METADATA_SCHEMA_URI}"
image: oapass/ember:20190612-a7a9c04@sha256:f985c26c3b2926cb544d704ec9d3b658dfea32087b7d9cd747f1619028e5d1f5
image: oapass/ember:20190703-f0783b9@sha256:b750506337967546679be543c9471659432461cbe8966c0047b396a26568c516
container_name: ember
env_file: .env
networks:
Expand Down