aboutsummaryrefslogtreecommitdiffstats
path: root/smoke-usecases-robot-py3
diff options
context:
space:
mode:
authorLukasz Rajewski <lukasz.rajewski@t-mobile.pl>2024-05-16 18:32:17 +0200
committerLukasz Rajewski <lukasz.rajewski@t-mobile.pl>2024-05-16 19:24:25 +0200
commitf208ee19227579d8497b391d14e38bfc937b9869 (patch)
treed0ba66b669447f8b9c9d031483699a8aff26df97 /smoke-usecases-robot-py3
parentb59c4a660eae7768fd546297fdcbce4564bf0d55 (diff)
[XTESTING] Update link to upper-constraintsHEADmaster
update link to upper-constraints.txt Issue-ID: DOC-823 Signed-off-by: Lukasz Rajewski <lukasz.rajewski@t-mobile.pl> Change-Id: Id9723b1087e952398677dddcd9945be7a0bef166
Diffstat (limited to 'smoke-usecases-robot-py3')
-rw-r--r--smoke-usecases-robot-py3/docker/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/smoke-usecases-robot-py3/docker/Dockerfile b/smoke-usecases-robot-py3/docker/Dockerfile
index ce12e90..f5c7bb6 100644
--- a/smoke-usecases-robot-py3/docker/Dockerfile
+++ b/smoke-usecases-robot-py3/docker/Dockerfile
@@ -29,7 +29,7 @@ RUN apk --no-cache add --update openssl && \
pip install --upgrade pip && \
pip install --no-cache-dir \
pip install \
- -chttps://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt?h=$OPENSTACK_TAG \
+ -chttps://opendev.org/openstack/requirements/raw/branch/$OPENSTACK_TAG/upper-constraints.txt \
pip==$PIP_TAG && \
pip install \
-rrequirements.txt && \