Skip to content

Commit 838dff0

Browse files
committed
ci: Update the main branch
1 parent ef8e7ba commit 838dff0

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

gitlab/deploy-maven.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build_kotlin:
44
- m4
55
rules:
66
- if: "$CI_COMMIT_TAG"
7-
- if: '$CI_COMMIT_BRANCH == "master"'
7+
- if: '$CI_COMMIT_BRANCH == "main"'
88
script:
99
- task build:kotlin
1010
artifacts:
@@ -50,7 +50,7 @@ publish_snapshot_to_maven:
5050
- job: build_kotlin
5151
artifacts: true
5252
rules:
53-
- if: '$CI_COMMIT_BRANCH == "master"'
53+
- if: '$CI_COMMIT_BRANCH == "main"'
5454
when: manual
5555
script:
5656
- cd libs/gl-sdk-android

gitlab/functions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ build_ci_image:
2727
changes:
2828
paths:
2929
- docker/ci.Dockerfile
30-
compare_to: master
30+
compare_to: main
3131
script:
3232
- docker pull ${CI_IMAGE}:latest || true
3333
- export IMAGE_TAG=${CI_COMMIT_SHORT_SHA}-$(date +%Y%m%d)

0 commit comments

Comments
 (0)