Skip to content

Commit

Permalink
Fix Tech Preview branding
Browse files Browse the repository at this point in the history
Our tests for the master branch don't work anymore since renaming it to
main.

Part-of: <https://gitlab.gnome.org/GNOME/epiphany/-/merge_requests/1689>
  • Loading branch information
mcatanzaro committed Jan 9, 2025
1 parent 642bad4 commit 0ccbc5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,10 @@ check-code-style:
- if: $CI_COMMIT_BRANCH =~ /gnome-\d\d+/
variables:
CONFIG_OPTS: '-Dprofile=Devel -Dunit_tests=enabled -Dgranite=enabled'
- if: $CI_COMMIT_BRANCH == "master"
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
variables:
CONFIG_OPTS: '-Dtech_preview=true -Dprofile=Devel -Dunit_tests=enabled -Dgranite=enabled'
- if: $CI_COMMIT_BRANCH !~ /gnome-\d\d+/ && $CI_COMMIT_BRANCH != "master"
- if: $CI_COMMIT_BRANCH !~ /gnome-\d\d+/ && $CI_COMMIT_BRANCH != $CI_DEFAULT_BRANCH
variables:
CONFIG_OPTS: '-Dprofile=Devel -Dunit_tests=enabled -Dgranite=enabled --werror'

Expand Down

0 comments on commit 0ccbc5d

Please sign in to comment.