Skip to content
Snippets Groups Projects
Commit 14ba265d authored by Rainer Kartmann's avatar Rainer Kartmann
Browse files

Disable build steps for testing

parent 576545e2
No related branches found
No related tags found
No related merge requests found
stages:
- build-and-test
- deploy
......@@ -86,6 +85,8 @@ build-and-test-bionic:
paths:
- build/doc/html/
rules:
- if: $CI_COMMIT_BRANCH != "ci"
build-and-test-jammy:
stage: build-and-test
......@@ -93,6 +94,8 @@ build-and-test-jammy:
image: git.h2t.iar.kit.edu:5050/sw/armarx/meta/axii:latest-jammy
rules:
- if: $CI_COMMIT_BRANCH != "ci"
docker-bionic:
......
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