Running with gitlab-runner 17.5.3 (12030cf4)
  on dev.quiqqer.com GitLab CI Runner sc_BewxeB, system ID: s_6319c6f992f3
section_start:1739863200:prepare_executor
Preparing the "docker" executor
Using Docker executor with image quiqqer/branch-organizer:latest ...
Pulling docker image quiqqer/branch-organizer:latest ...
Using docker image sha256:c68cf45499b9bc0a0c368782faf6537b7f65e39c3af757371a1343ba8b578ba4 for quiqqer/branch-organizer:latest with digest quiqqer/branch-organizer@sha256:adc57d8738d4ec34244a68f04e2eb84ec9c99dca732e741ee91408f84eda12d8 ...
section_end:1739863203:prepare_executor
section_start:1739863203:prepare_script
Preparing environment
Running on runner-scbewxeb-project-594-concurrent-0 via qui-gitlab-runner...
section_end:1739863204:prepare_script
section_start:1739863204:get_sources
Getting source from Git repository
Fetching changes...
Reinitialized existing Git repository in /builds/quiqqer/timeline/.git/
Checking out ce120e67 as detached HEAD (ref is main)...
Removing .RELEASED_VERSION.txt
Removing .releaserc.json

Skipping Git submodules setup
section_end:1739863205:get_sources
section_start:1739863205:download_artifacts
Downloading artifacts
Downloading artifacts for release (50050)...
Downloading artifacts from coordinator... ok        host=dev.quiqqer.com id=50050 responseStatus=200 OK token=glcbt-64
section_end:1739863206:download_artifacts
section_start:1739863206:step_script
Executing "step_script" stage of the job script
Using docker image sha256:c68cf45499b9bc0a0c368782faf6537b7f65e39c3af757371a1343ba8b578ba4 for quiqqer/branch-organizer:latest with digest quiqqer/branch-organizer@sha256:adc57d8738d4ec34244a68f04e2eb84ec9c99dca732e741ee91408f84eda12d8 ...
$ if [ ! -f $RELEASED_VERSION_ARTIFACT ]; then echo "No version released, exiting..."; exit; fi
$ RELEASED_VERSION=$(cat $RELEASED_VERSION_ARTIFACT)
$ php /app/branch-organizer.php on-version-tagged "$RELEASED_VERSION" "$GITLAB_TOKEN" "$CI_PROJECT_ID" "$CI_PROJECT_DIR" "$CI_DEFAULT_BRANCH" "$CI_SERVER_URL"
 Version '2.0.3' was tagged
 Version '2.0.3' is not a major release - exiting.
section_end:1739863207:step_script
section_start:1739863207:cleanup_file_variables
Cleaning up project directory and file based variables
section_end:1739863208:cleanup_file_variables
Job succeeded