Skip to content
Snippets Groups Projects
Commit b9bc847d authored by BRAUX Emmanuel's avatar BRAUX Emmanuel
Browse files

Update .gitlab-ci.yml - disable CI- No runner

parent 3b804f1e
No related branches found
No related tags found
No related merge requests found
stages: #stages:
- build # - build
- deploy # - deploy
image-build: #image-build:
stage: build # stage: build
tags: # tags:
- crisp # - crisp
script: # script:
- docker build -t postgresql-notebook . # - docker build -t postgresql-notebook .
jupyterhub-restart: #jupyterhub-restart:
stage: deploy # stage: deploy
tags: # tags:
- jupyterhub # - jupyterhub
script: # script:
- sudo systemctl restart jupyterhub # - sudo systemctl restart jupyterhub
when: on_success # when: on_success
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