Commit 5e433a9d authored by Quentin Yeche's avatar Quentin Yeche
Browse files

Merge branch 'main' of forgemia.inra.fr:beyond/remote_sensing_notebooks into main

parents 63f0745f 5cd44c33
No related merge requests found
Showing with 5 additions and 2 deletions
+5 -2
......@@ -8,11 +8,14 @@
#
# This template uses one generic job with conditional builds
# for the default branch and all other (MR) branches.
stages:
- build_jupyterlab
- build_jupyterhub
docker-build_jupyterlab:
# Use the official docker image.
image: docker:latest
stage: build
stage: build_jupyterlab
services:
- docker:dind
before_script:
......@@ -32,7 +35,7 @@ docker-build_jupyterlab:
docker-build_jupyterhub:
# Use the official docker image.
image: docker:latest
stage: build
stage: build_jupyterhub
services:
- docker:dind
before_script:
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment