removed ambiguous Unicode characters
This commit is contained in:
parent
8aa495a406
commit
45586b9b58
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue