Skip to content
Snippets Groups Projects
Commit e340d799 authored by Hottlet Valentin's avatar Hottlet Valentin
Browse files

Switch to 'dev' branch when cloning pampa repository

parent 6cb56920
No related branches found
No related tags found
1 merge request!8Tests docker
Pipeline #4893 passed
......@@ -80,7 +80,7 @@ RUN chown -R www-data:www-data /var/www
# on récupère le logiciel pampa depuis GitHub
# désactivation temporaire pour ne pas mettre à jour la version de pampa
RUN git clone https://github.com/touzet/pampa.git /var/www/cgi-bin/pampa/pampa/
RUN git clone https://github.com/touzet/pampa.git --branch dev /var/www/cgi-bin/pampa/pampa/
# ajustement pour version web : pas de print sur sdtout mais envoie d'une réponse CGI de type content-type/html
#COPY ./pampa /var/www/cgi-bin/pampa/pampa
COPY ./main_taxonomy_filtering.py /var/www/cgi-bin/pampa/pampa/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment