Skip to content
Snippets Groups Projects
Unverified Commit 76355ba4 authored by Timo Furrer's avatar Timo Furrer
Browse files

Update CI job rules with versions file support

parent 9aedc155
No related branches found
No related tags found
No related merge requests found
...@@ -13,6 +13,7 @@ include: ...@@ -13,6 +13,7 @@ include:
when: never when: never
- changes: - changes:
- src/gitlab-tofu.sh - src/gitlab-tofu.sh
- opentofu_versions.yaml
- Dockerfile - Dockerfile
- .gitlab-ci.yml - .gitlab-ci.yml
- tests/unit.gitlab-ci.yml - tests/unit.gitlab-ci.yml
...@@ -24,6 +25,7 @@ include: ...@@ -24,6 +25,7 @@ include:
when: never when: never
- changes: - changes:
- src/gitlab-tofu.sh - src/gitlab-tofu.sh
- opentofu_versions.yaml
- Dockerfile - Dockerfile
- .gitlab-ci.yml - .gitlab-ci.yml
- templates/*.yml - templates/*.yml
...@@ -113,6 +115,7 @@ gitlab-opentofu-image:build: ...@@ -113,6 +115,7 @@ gitlab-opentofu-image:build:
- if: $CI_COMMIT_TAG - if: $CI_COMMIT_TAG
- changes: - changes:
- Dockerfile - Dockerfile
- opentofu_versions.yaml
- .gitlab-ci.yml - .gitlab-ci.yml
- src/**/* - src/**/*
- templates/**/* - templates/**/*
...@@ -141,6 +144,7 @@ check-readme: ...@@ -141,6 +144,7 @@ check-readme:
- if: $CI_COMMIT_TAG - if: $CI_COMMIT_TAG
- changes: - changes:
- Makefile - Makefile
- opentofu_versions.yaml
- .gitlab-ci.yml - .gitlab-ci.yml
- README.md - README.md
- .gitlab/README.md.template - .gitlab/README.md.template
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment