Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitlab/workflows/commitlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,5 @@ commitlint:
echo "$CI_MERGE_REQUEST_TITLE" | commitlint
fi
stage: ci
variables:
GIT_STRATEGY: none
4 changes: 4 additions & 0 deletions .gitlab/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ release-publish:
script:
- echo "Running the release job."
stage: release
variables:
GIT_STRATEGY: none
container-publish:
image: docker:25.0.3@sha256:0d70c541ee98e66b8f7ece8c0e9f7910732466e337a9087c2ac2868ef0775092
needs:
Expand Down Expand Up @@ -91,3 +93,5 @@ pages:
script:
- echo "Running the pages job."
stage: release
variables:
GIT_STRATEGY: none
1 change: 1 addition & 0 deletions .gitlab/workflows/renovate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ renovate:
script: renovate $RENOVATE_EXTRA_FLAG
stage: build
variables:
GIT_STRATEGY: none
LOG_LEVEL: debug
RENOVATE_ALLOWED_POST_UPGRADE_COMMANDS: '["^git", "^pip", "^copier"]'
RENOVATE_BASE_DIR: $CI_PROJECT_DIR/renovate
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,5 @@ commitlint:
echo "$CI_MERGE_REQUEST_TITLE" | commitlint
fi
stage: ci
variables:
GIT_STRATEGY: none
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ release-publish:
script:
- echo "Running the release job."
stage: release
variables:
GIT_STRATEGY: none
container-publish:
image: docker:25.0.3@sha256:0d70c541ee98e66b8f7ece8c0e9f7910732466e337a9087c2ac2868ef0775092
needs:
Expand Down Expand Up @@ -102,3 +104,5 @@ pages:
script:
- echo "Running the pages job."
stage: release
variables:
GIT_STRATEGY: none
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ renovate:
script: renovate $RENOVATE_EXTRA_FLAG
stage: build
variables:
GIT_STRATEGY: none
LOG_LEVEL: debug
RENOVATE_ALLOWED_POST_UPGRADE_COMMANDS: '["^git", "^pip", "^copier"]'
RENOVATE_BASE_DIR: $CI_PROJECT_DIR/renovate
Expand Down