[damned-lies/oscp-testing] feat: oscp-testing tracks develop branch



commit 77aaf13467f3a6407251469c84c93b47f4616d4d
Author: Guillaume Bernard <associations guillaume-bernard fr>
Date:   Wed Jul 7 22:34:09 2021 +0200

    feat: oscp-testing tracks develop branch

 Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/Dockerfile b/Dockerfile
index 24cbb09a..19b2e7ce 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -20,7 +20,7 @@ RUN groupadd l10n -g 1000660000 && \
     useradd l10n -g 1000660000 -u 1000660000 -G apache -r -l -m && \
     chown l10n:l10n /var/run/httpd && \
     mkdir -p /l10n && \
-    git clone --depth 1 --branch testing --single-branch 
https://gitlab.gnome.org/Infrastructure/damned-lies.git /l10n/damnedlies
+    git clone --depth 1 --branch develop --single-branch 
https://gitlab.gnome.org/Infrastructure/damned-lies.git /l10n/damnedlies
 ADD local_settings.py /l10n/damnedlies/damnedlies/local_settings.py
 ADD l10n-testing.openshift.gnome.org.conf /etc/httpd/conf.d/l10n-testing.openshift.gnome.org.conf
 RUN chown -R l10n:l10n /l10n


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