Skip to content
Snippets Groups Projects
Verified Commit 5a4cd752 authored by Tom Teichler's avatar Tom Teichler :beers:
Browse files

Move everything not related to a job to general

parent 36657f73
No related branches found
No related tags found
1 merge request!289Move everything not related to a job to general
Pipeline #2363 passed
stages:
- test
- build
- deploy
include:
- local: "/ci/general.yml"
- local: "/ci/test.yml"
......
image: registry.edugit.org/teckids/team-sysadmin/docker-images/python-pimped:master
build_docker:
stage: build
image:
......
image: registry.edugit.org/teckids/team-sysadmin/docker-images/python-pimped:latest
stages:
- test
- build
- deploy
variables:
GIT_SUBMODULE_STRATEGY: recursive
PIP_CACHE_DIR: "$CI_PROJECT_DIR/.cache/pip"
......
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