ALL SORTS OF THINGS

This commit is contained in:
2025-04-21 23:04:24 -04:00
parent b79b34e8cc
commit 92d4be2f23
3 changed files with 9 additions and 8 deletions

View File

@@ -1,13 +1,12 @@
stages:
- noop
- Testing
- build
noop:
stage: noop
script:
- echo "This is a no-op job"
include:
- component: $CI_SERVER_FQDN/shared/blueprints/golang-tests@v1.2.0
rules:
- if: '$CI_COMMIT_BRANCH'
- component: $CI_SERVER_FQDN/shared/blueprints/docker-build@v1.2.0
rules:
- if: '$CI_COMMIT_TAG'