Loading .gitlab-ci.yml +2 −2 Original line number Diff line number Diff line Loading @@ -37,7 +37,7 @@ sync_ose_doc_to_central: rules: - changes: - doc/**/* - if: '$CI_COMMIT_BRANCH == "main"' - if: '$CI_COMMIT_BRANCH == "master"' before_script: - apk add --no-cache git rsync - git config --global user.name "antony le courtes" Loading Loading
.gitlab-ci.yml +2 −2 Original line number Diff line number Diff line Loading @@ -37,7 +37,7 @@ sync_ose_doc_to_central: rules: - changes: - doc/**/* - if: '$CI_COMMIT_BRANCH == "main"' - if: '$CI_COMMIT_BRANCH == "master"' before_script: - apk add --no-cache git rsync - git config --global user.name "antony le courtes" Loading