Skip to content

Commit

Permalink
Merge Fixed mistake in CI condition (mr-387)
Browse files Browse the repository at this point in the history
- f756ae5 fix(ci): fixed mistake in condition
  • Loading branch information
prikolium-cfx committed Jun 12, 2024
2 parents f4a3427 + f756ae5 commit f73cd18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ build_sdk:
# -------------------
.base_build_server:
rules:
- if: $CI_COMMIT_BRANCH && ($CI_COMMIT_BRANCH != 'beta' || $CI_COMMIT_BRANCH != 'production')
- if: $CI_COMMIT_BRANCH && ($CI_COMMIT_BRANCH != 'beta' && $CI_COMMIT_BRANCH != 'production')
when: always
- when: never

Expand Down

0 comments on commit f73cd18

Please sign in to comment.