Running with gitlab-runner 17.8.3 (690ce25c)
  on Main runner on remote host t1_RB7rxq, system ID: s_55be89363d83
section_start:1741710671:prepare_executor
Preparing the "docker" executor
Using Docker executor with image alpine/git ...
Pulling docker image alpine/git ...
Using docker image sha256:98ee8546290dba20bf7767ecca82d5671ad4a1e5d43b51edf0ed1720a1be1241 for alpine/git with digest alpine/git@sha256:c818699b2927abbaacbbc5e5a593646989588c9b7f321055f6e571da140e43fe ...
section_end:1741710679:prepare_executor
section_start:1741710679:prepare_script
Preparing environment
Running on runner-t1rb7rxq-project-87-concurrent-0 via remote...
section_end:1741710682:prepare_script
section_start:1741710682:get_sources
Getting source from Git repository
Fetching changes with git depth set to 20...
Reinitialized existing Git repository in /builds/android/org.benoitharrault.scrobbles/.git/
Checking out d0f2d813 as detached HEAD (ref is master)...
Removing android/app/my.keystore
Removing android/key.properties
Removing android/local.properties
Removing build/

Skipping Git submodules setup
section_end:1741710685:get_sources
section_start:1741710685:download_artifacts
Downloading artifacts
Downloading artifacts for android:build-release (16239)...
Downloading artifacts from coordinator... ok        host=git.harrault.fr id=16239 responseStatus=200 OK token=glcbt-64
section_end:1741710687:download_artifacts
section_start:1741710687:step_script
Executing "step_script" stage of the job script
Using docker image sha256:98ee8546290dba20bf7767ecca82d5671ad4a1e5d43b51edf0ed1720a1be1241 for alpine/git with digest alpine/git@sha256:c818699b2927abbaacbbc5e5a593646989588c9b7f321055f6e571da140e43fe ...
$ apk --no-cache add curl
fetch https://dl-cdn.alpinelinux.org/alpine/v3.21/main/x86_64/APKINDEX.tar.gz
fetch https://dl-cdn.alpinelinux.org/alpine/v3.21/community/x86_64/APKINDEX.tar.gz
(1/1) Installing curl (8.12.1-r0)
Executing busybox-1.37.0-r12.trigger
OK: 84 MiB in 66 packages
$ git config user.email "${GITLAB_USER_EMAIL}"
$ git config user.name "${GITLAB_USER_NAME}"
$ git remote set-url origin https://oauth2:${GITLAB_ACCESS_TOKEN}@${CI_SERVER_HOST}/${CI_PROJECT_PATH}
$ VERSION_NAME="$(grep '^version:' pubspec.yaml | cut -d' ' -f2 | cut -d'+' -f1)"
$ VERSION_CODE="$(grep '^version:' pubspec.yaml | cut -d' ' -f2 | cut -d'+' -f2)"
$ TAG_NAME="Release_${VERSION_NAME}_${VERSION_CODE}"
$ echo "${TAG_NAME}"
Release_0.9.0_77
$ if [ $(git tag -l "${TAG_NAME}") ]; then # collapsed multi-line command
Tag Release_0.9.0_77 already exists. Skipping release and tag creation.
section_end:1741710692:step_script
section_start:1741710692:cleanup_file_variables
Cleaning up project directory and file based variables
section_end:1741710694:cleanup_file_variables
Job succeeded