[gimp-web/oscp] static.gimp.org: build test for python-3-based testing branch



commit 34ca1922e5f3f9a84e35500e7d326d7975b4672b
Author: Michael Schumacher <schumaml gmx de>
Date:   Mon Apr 27 18:13:49 2020 +0200

    static.gimp.org: build test for python-3-based testing branch

 static.gimp.org/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/static.gimp.org/Dockerfile b/static.gimp.org/Dockerfile
index 2a1b4827..0a00693e 100644
--- a/static.gimp.org/Dockerfile
+++ b/static.gimp.org/Dockerfile
@@ -1,7 +1,7 @@
 FROM centos:8
 RUN dnf install -y python3-pip git make
 
-RUN git clone --depth 1 --branch migrate/py3 https://gitlab.gnome.org/Infrastructure/gimp-web && \
+RUN git clone --depth 1 --branch migrate/testing https://gitlab.gnome.org/Infrastructure/gimp-web && \
     cd gimp-web && \
     python3 -m venv py3-venv && \
     source py3-venv/bin/activate && \


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]