removed ambiguous Unicode characters

This commit is contained in:
Francesco Mangiacrapa 2024-11-07 17:23:37 +01:00
parent 8aa495a406
commit 45586b9b58
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ RUN rm -rf $E_USR_LOCAL_BIN/*
# Fai il clone del repository git di CKAN_DEFAULT_THEME direttamente nell'immagine Docker
RUN git clone -b $CATALOGUE_DEFAULT_THEME_BRANCH_NAME $CATALOGUE_REPOSITORY $E_SRV_CUSTOMIZATIONS/$CATALOGUE_DEFAULT_THEME_BRANCH_NAME
# Fai il clone del repository git del branch CKAN_CUSTOMIZATION_THEME direttamente nell'immagine Docker
# Fai il clone del repository git del branch CKAN_CUSTOMIZATION_THEME direttamente nell immagine Docker
RUN git clone -b $CKAN_CUSTOMIZATION_THEME $CATALOGUE_REPOSITORY $E_SRV_CUSTOMIZATIONS/$CATALOGUE_CUSTOM_THEME_BRANCH_NAME
# Copia dei file per la customizzazione del CKAN