From 32e907905e4743e9e7423f9d48fb695a855a5af2 Mon Sep 17 00:00:00 2001 From: birdbird <6892457-tzugen@users.noreply.gitlab.com> Date: Thu, 23 Mar 2023 07:23:20 +0000 Subject: [PATCH] Rename CI steps for clarity --- .gitlab-ci.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index cf9c6f3b..7b3bdb7f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -23,8 +23,8 @@ variables: stages: - Check - - Assemble - - APK + - Build + - Sign APK - Publish - Release @@ -73,7 +73,7 @@ Unit Tests: - if: $CI_PIPELINE_SOURCE == "merge_request_event" Assemble Release: - stage: Assemble + stage: Build script: ./gradlew assembleRelease artifacts: name: ultrasonic-release-unsigned-${CI_COMMIT_SHA} @@ -83,7 +83,7 @@ Assemble Release: - if: $CI_COMMIT_REF_NAME == "develop" || $CI_COMMIT_REF_NAME == "master" || $CI_COMMIT_TAG || $CI_PROJECT_ID != $ROOT_PROJECT_ID Generate Signed Develop APK: - stage: APK + stage: Sign APK # We don't need the gradle cache here cache: [] script: @@ -100,7 +100,7 @@ Generate Signed Develop APK: - if: $CI_COMMIT_REF_NAME == "develop" && $CI_PROJECT_ID == $ROOT_PROJECT_ID Generate Signed APK: - stage: APK + stage: Sign APK # We don't need the gradle cache here cache: [] script: