Skip to content
Snippets Groups Projects
Commit b1aefb73 authored by Max Melchert's avatar Max Melchert
Browse files

docs: remove unfinished/obsolete instructions

parent a3fdca6d
Branches
No related tags found
No related merge requests found
......@@ -6,5 +6,5 @@ git-conventional-commits.yaml
test
# files
*.*draft**
docs/instructions.draft.md
docs/notes.md
# Anleitungen
> WIP
## GitLab
### Voraussetzung
> Ref: [GitLab CI mit `git` und VSCode](https://gitlab.cvh-server.de/ckaufmann/git-vorlesung/-/blob/master/slides-2/slides-2.pdf)
- Git initialisiert
- GitLab als `remote` eingerichtet
### Vorgehen
1. [CI/CD Settings](./-/settings/ci_cd)
- Timeout
- [projektseitig](./-/settings/ci_cd#js-general-pipeline-settings)
- serverseitig (Admin informieren)
- [Runners Settings](./-/settings/ci_cd#js-runners-settings)
- Server-Admin: Freigabe der GPU
- [Variables Settings](./-/settings/ci_cd#js-cicd-variables-settings)
2. `.gitlab-ci.yml` erstellen
```yaml
::include{file=.gitlab-ci.yml}
```
3. `$ git add <files>`
4. `$ git push`
5. [Pipelines](./-/pipelines) beobachten
- ![pipeline_badge](./badges/main/pipeline.svg)
6. [Artifacts](./-/artifacts) abrufen
## JupyterHub
## SSH
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment