Running with gitlab-runner 17.5.2 (c6eae8d7)
  on docker-runner-phaidra vESTN7YT, system ID: s_2779fa89a90f
section_start:1730473927:prepare_executor
Preparing the "docker" executor
Using Docker executor with image durcheinander/pack-build:1.1.0 ...
Pulling docker image durcheinander/pack-build:1.1.0 ...
Using docker image sha256:3b206a5ab627dc1446931a47161adc820d41d5bb950a56969946d9364b46be8e for durcheinander/pack-build:1.1.0 with digest durcheinander/pack-build@sha256:b3a921b5abf91bf953cd582024eee632cd4d1789c4819a80b2c8f3e59f5d5c55 ...
section_end:1730473929:prepare_executor
section_start:1730473929:prepare_script
Preparing environment
Running on runner-vestn7yt-project-1580-concurrent-0 via runner01...
section_end:1730473929:prepare_script
section_start:1730473929:get_sources
Getting source from Git repository
Fetching changes with git depth set to 20...
Reinitialized existing Git repository in /builds/kartenaale/packs/liu-ge/.git/
Checking out fb123e64 as detached HEAD (ref is main)...
Removing KA_TEMPLATES_NOTICE.js
Removing KA_TEMPLATES_NOTICE_DE.js
Removing LIU_GE_NOTICE.js
Removing Liu-Ge-Schreibpraktikum-1.0.0.apkg
Removing build.env
Removing hanzi-data/
Removing templates/

Skipping Git submodules setup
section_end:1730473930:get_sources
section_start:1730473930:step_script
Executing "step_script" stage of the job script
Using docker image sha256:3b206a5ab627dc1446931a47161adc820d41d5bb950a56969946d9364b46be8e for durcheinander/pack-build:1.1.0 with digest durcheinander/pack-build@sha256:b3a921b5abf91bf953cd582024eee632cd4d1789c4819a80b2c8f3e59f5d5c55 ...
$ NPM_VERSION=$(grep '"version":' package.json -m 1 | cut -d '"' -f 4)
$ NPM_VERSION_GIT_TAG=$(git tag | grep ^${NPM_VERSION}$ || exit_code=$?)
$ if [ -z "$NPM_VERSION_GIT_TAG" ]; then
$ echo adding git tag for first commit on main with NPM version ${NPM_VERSION}
adding git tag for first commit on main with NPM version 1.0.1
$ git remote remove origin
$ git remote add origin https://oauth:${REPOSITORY_ACCESS_TOKEN}@gitlab.phaidra.org/$CI_PROJECT_PATH.git
$ git config user.email Cao Cao
$ git config user.name cao.cao@ci.kartenaale
$ git tag -a $NPM_VERSION -m "Release $NPM_VERSION"
$ git push origin $NPM_VERSION
To https://gitlab.phaidra.org/kartenaale/packs/liu-ge.git
 * [new tag]         1.0.1 -> 1.0.1
$ else
section_end:1730473936:step_script
section_start:1730473936:cleanup_file_variables
Cleaning up project directory and file based variables
section_end:1730473936:cleanup_file_variables
Job succeeded