Skip to content
Snippets Groups Projects
Commit 4c215ca2 authored by Malte Bauch's avatar Malte Bauch
Browse files

Add CI/CD rule so that build is not run for tags

parent 00600b48
No related branches found
No related tags found
No related merge requests found
Pipeline #184992 failed
......@@ -21,6 +21,10 @@ variables:
- docker context create multi-arch-build
- docker buildx create multi-arch-build --name mybuilder --bootstrap --use
needs: []
rules:
- if: $CI_COMMIT_TAG
when: never
- when: always
build-gnmi-target-ubuntu:
script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment