Skip to content
Snippets Groups Projects
Commit 841ad440 authored by Vincent Mazenod's avatar Vincent Mazenod
Browse files

fix path in ci

parent 98d59474
No related branches found
No related tags found
No related merge requests found
Pipeline #9296 passed with warnings
...@@ -41,7 +41,7 @@ ENV PATH=/root/.local/bin:$PATH ...@@ -41,7 +41,7 @@ ENV PATH=/root/.local/bin:$PATH
ADD . $SRV_DIR ADD . $SRV_DIR
WORKDIR $WORKING_DIR WORKDIR $WORKING_DIR
RUN mkdir output content cache RUN mkdir output content cache
VOLUME ["$WORKING_DIR/"] # VOLUME ["$WORKING_DIR/"]
# make python server in foreground # make python server in foreground
RUN sed -i 's/\$port &/\$port/g' $SRV_DIR/develop_server.sh RUN sed -i 's/\$port &/\$port/g' $SRV_DIR/develop_server.sh
......
...@@ -8,6 +8,7 @@ build: ...@@ -8,6 +8,7 @@ build:
stage: build stage: build
script: script:
# récupération du KEYTAB en hexa # récupération du KEYTAB en hexa
- ls
- echo "$KEYTAB" > my.keytab.hex - echo "$KEYTAB" > my.keytab.hex
# conversion du KEYTAB en hexa en binaire # conversion du KEYTAB en hexa en binaire
- sed 's/\([0-9A-F]\{2\}\)/\\\\\\x\1/gI' my.keytab.hex | xargs printf > my.keytab - sed 's/\([0-9A-F]\{2\}\)/\\\\\\x\1/gI' my.keytab.hex | xargs printf > my.keytab
......
...@@ -10,7 +10,7 @@ services: ...@@ -10,7 +10,7 @@ services:
container_name: pelican container_name: pelican
environment: environment:
TZ: ${TIMEZONE:-Europe/Paris} TZ: ${TIMEZONE:-Europe/Paris}
volumes: # volumes:
- .:/srv/pelican # - .:/srv/pelican
ports: ports:
- "8000:8000" - "8000:8000"
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment