We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 84f7e87 + 4a0c96d commit 1717ecbCopy full SHA for 1717ecb
.gitlab-ci.yml
@@ -144,7 +144,7 @@ deploy:
144
- git add info/owners.yaml info/RHMAINTAINERS info/CODEOWNERS
145
# make it so that job will not fail if there is nothing to commit
146
- git diff-index --quiet HEAD || git commit -m "[Gitlab CI/CD] Automated rebuild of info/*"
147
- - git push https://gitlab-ci-token:$MAKE_MAINT@gitlab.com/redhat/centos-stream/src/kernel/documentation.git '$CI_DEFAULT_BRANCH'
+ - git push https://gitlab-ci-token:$MAKE_MAINT@gitlab.com/redhat/centos-stream/src/kernel/documentation.git $CI_DEFAULT_BRANCH
148
149
rules:
150
- if: '$CI_PROJECT_NAMESPACE == "redhat/centos-stream/src/kernel" && $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH'
0 commit comments