Fix app_repo in Docker with new git url

Story: 2005666
Task: 30969

Change-Id: Ifb696ed67670d6e96369c3d90512fd7e5aee51a1
This commit is contained in:
Arseni Lipinski 2019-05-13 10:51:31 +02:00
parent 105c2e1b29
commit bfd5ce5c57
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
ARG DOCKER_IMAGE=monasca/persister
ARG APP_REPO=https://git.openstack.org/openstack/monasca-persister
ARG APP_REPO=https://review.opendev.org/openstack/monasca-persister
# Branch, tag or git hash to build from.
ARG REPO_VERSION=master