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
ADD . $SRV_DIR
WORKDIR $WORKING_DIR
RUN mkdir output content cache
VOLUME ["$WORKING_DIR/"]
# VOLUME ["$WORKING_DIR/"]
# make python server in foreground
RUN sed -i 's/\$port &/\$port/g' $SRV_DIR/develop_server.sh
......
......@@ -8,6 +8,7 @@ build:
stage: build
script:
# récupération du KEYTAB en hexa
- ls
- echo "$KEYTAB" > my.keytab.hex
# conversion du KEYTAB en hexa en binaire
- sed 's/\([0-9A-F]\{2\}\)/\\\\\\x\1/gI' my.keytab.hex | xargs printf > my.keytab
......
......@@ -10,7 +10,7 @@ services:
container_name: pelican
environment:
TZ: ${TIMEZONE:-Europe/Paris}
volumes:
- .:/srv/pelican
# volumes:
# - .:/srv/pelican
ports:
- "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