Skip to content
Snippets Groups Projects
Commit 415a0bfc authored by Franck Pérignon's avatar Franck Pérignon
Browse files

Add examples in the generated binder/jupyter image

parent 77217340
No related branches found
No related tags found
No related merge requests found
Pipeline #200485 failed
......@@ -338,23 +338,6 @@ examples:ci-gpu-nvidia:
# - .lmap-cpu
# needs: ["build:ci-gpu-nvidia", "test:ci-gpu-nvidia"]
#####
# Job run when a new tag (release) is created.
#####
release_job:
stage: release
image: registry.gitlab.com/gitlab-org/release-cli:latest
rules:
- if: $CI_COMMIT_TAG # Run this job when a tag is created
when: always
script:
- echo "running release_job"
release: # See https://docs.gitlab.com/ee/ci/yaml/#release for available properties
tag_name: '$CI_COMMIT_TAG'
description: '$CI_COMMIT_TAG'
#####
# Job run when a new tag (release) is created.
#####
......
......@@ -30,6 +30,8 @@ ARG CI_PROJECT_DIR /home/hysop-user/hysop
RUN meson $BUILD_DIR $CI_PROJECT_DIR
RUN meson compile -C $BUILD_DIR
RUN meson install -C $BUILD_DIR
RUN cd /home/hysop-user ; git clone git@gricad-gitlab.univ-grenoble-alpes.fr:particle_methods/hysop-doc.git
RUN cp -R /home/hysop-user/hysop-doc/examples /home/hysop-user && rm -rf /home/hysop-user/hysop-doc
FROM binderlab AS jupylab
ENV JUPYTER_PORT=8888
......
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