Skip to content
Snippets Groups Projects
Commit 322ac701 authored by Alain Sinzig's avatar Alain Sinzig
Browse files

fixup! .gitlab-ci.yml: We just don't test anymore... Makes life a lot easier

parent ef038167
No related merge requests found
Pipeline #2816 passed with stages
in 14 minutes and 39 seconds
......@@ -6,27 +6,27 @@ workflow:
- if: $CI_COMMIT_REF_PROTECTED == "true"
include:
- local: tests/unit.gitlab-ci.yml
rules:
- changes:
- src/gitlab-tofu.sh
- Dockerfile
- .gitlab-ci.yml
- tests/unit.gitlab-ci.yml
- if: $CI_COMMIT_TAG
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
- local: tests/integration.gitlab-ci.yml
rules:
- changes:
- src/gitlab-tofu.sh
- Dockerfile
- .gitlab-ci.yml
- templates/*.yml
- tests/integration.gitlab-ci.yml
- tests/integration-tests/*.yml
- tests/terraform/**.tf
- backports/*.gitlab-ci.yml
- backports/OpenTofu/*.gitlab-ciyml
# - local: tests/unit.gitlab-ci.yml
# rules:
# - changes:
# - src/gitlab-tofu.sh
# - Dockerfile
# - .gitlab-ci.yml
# - tests/unit.gitlab-ci.yml
# - if: $CI_COMMIT_TAG
# - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
# - local: tests/integration.gitlab-ci.yml
# rules:
# - changes:
# - src/gitlab-tofu.sh
# - Dockerfile
# - .gitlab-ci.yml
# - templates/*.yml
# - tests/integration.gitlab-ci.yml
# - tests/integration-tests/*.yml
# - tests/terraform/**.tf
# - backports/*.gitlab-ci.yml
# - backports/OpenTofu/*.gitlab-ciyml
- component: gitlab.gnugen.ch/gnugen-admin/container-scanning/container-scanning@3.0
inputs:
stage: quality
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment