We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef8e7ba commit 838dff0Copy full SHA for 838dff0
2 files changed
gitlab/deploy-maven.yml
@@ -4,7 +4,7 @@ build_kotlin:
4
- m4
5
rules:
6
- if: "$CI_COMMIT_TAG"
7
- - if: '$CI_COMMIT_BRANCH == "master"'
+ - if: '$CI_COMMIT_BRANCH == "main"'
8
script:
9
- task build:kotlin
10
artifacts:
@@ -50,7 +50,7 @@ publish_snapshot_to_maven:
50
- job: build_kotlin
51
artifacts: true
52
53
54
when: manual
55
56
- cd libs/gl-sdk-android
gitlab/functions.yml
@@ -27,7 +27,7 @@ build_ci_image:
27
changes:
28
paths:
29
- docker/ci.Dockerfile
30
- compare_to: master
+ compare_to: main
31
32
- docker pull ${CI_IMAGE}:latest || true
33
- export IMAGE_TAG=${CI_COMMIT_SHORT_SHA}-$(date +%Y%m%d)
0 commit comments