Running with gitlab-runner 17.8.3 (690ce25c)
  on Second runner on remote host t1_n79Y5v, system ID: s_55be89363d83
section_start:1741710067: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:1741710076:prepare_executor
section_start:1741710076:prepare_script
Preparing environment
Running on runner-t1n79y5v-project-73-concurrent-0 via remote...
section_end:1741710080:prepare_script
section_start:1741710080:get_sources
Getting source from Git repository
Fetching changes with git depth set to 50...
Reinitialized existing Git repository in /builds/android/org.benoitharrault.reversi/.git/
Checking out d64412ac 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:1741710083:get_sources
section_start:1741710083:download_artifacts
Downloading artifacts
Downloading artifacts for android:build-release (16217)...
Downloading artifacts from coordinator... ok        host=git.harrault.fr id=16217 responseStatus=200 OK token=glcbt-64
section_end:1741710085:download_artifacts
section_start:1741710085: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.8.0_32
$ if [ $(git tag -l "${TAG_NAME}") ]; then # collapsed multi-line command
Tag Release_0.8.0_32 already exists. Skipping release and tag creation.
section_end:1741710090:step_script
section_start:1741710090:cleanup_file_variables
Cleaning up project directory and file based variables
section_end:1741710092:cleanup_file_variables
Job succeeded