Skip to content

Commit 1717ecb

Browse files
author
Jiri Benc
committed
Merge branch 'automake' into 'main'
Fix !639 See merge request redhat/centos-stream/src/kernel/documentation!640
2 parents 84f7e87 + 4a0c96d commit 1717ecb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ deploy:
144144
- git add info/owners.yaml info/RHMAINTAINERS info/CODEOWNERS
145145
# make it so that job will not fail if there is nothing to commit
146146
- 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'
147+
- git push https://gitlab-ci-token:$MAKE_MAINT@gitlab.com/redhat/centos-stream/src/kernel/documentation.git $CI_DEFAULT_BRANCH
148148

149149
rules:
150150
- if: '$CI_PROJECT_NAMESPACE == "redhat/centos-stream/src/kernel" && $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH'

0 commit comments

Comments
 (0)