Running with gitlab-runner 15.10.1 (dcfb4b66)
  on gitlab-runner-b9dfb5c78-6bcqv GSg2eysn, system ID: r_3lC0M7c9DjMo
section_start:1703682693:prepare_executor
Preparing the "kubernetes" executor
Using Kubernetes namespace: ci
Using Kubernetes executor with image alpine/helm:3.8.2 ...
Using attach strategy to execute scripts...
section_end:1703682693:prepare_executor
section_start:1703682693:prepare_script
Preparing environment
Waiting for pod ci/runner-gsg2eysn-project-78-concurrent-0dtffp to be running, status is Pending
Waiting for pod ci/runner-gsg2eysn-project-78-concurrent-0dtffp to be running, status is Pending
	ContainersNotReady: "containers with unready status: [build helper]"
	ContainersNotReady: "containers with unready status: [build helper]"
Running on runner-gsg2eysn-project-78-concurrent-0dtffp via gitlab-runner-b9dfb5c78-6bcqv...

section_end:1703682700:prepare_script
section_start:1703682700:get_sources
Getting source from Git repository
Fetching changes with git depth set to 20...
Initialized empty Git repository in /builds/justJanne/helm/.git/
Created fresh repository.
Checking out 16ce268f as detached HEAD (ref is main)...

Skipping Git submodules setup

section_end:1703682701:get_sources
section_start:1703682701:step_script
Executing "step_script" stage of the job script
$ apk add --no-cache git
fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz
fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz
OK: 21 MiB in 24 packages
$ helm plugin install https://github.com/chartmuseum/helm-push.git
Downloading and installing helm-push v0.10.4 ...
https://github.com/chartmuseum/helm-push/releases/download/v0.10.4/helm-push_0.10.4_linux_amd64.tar.gz
Installed plugin: cm-push
$ helm repo add --username gitlab-ci-token --password $CI_JOB_TOKEN repo ${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/helm/stable
"repo" has been added to your repositories
$ helm cm-push rtorrent repo
Pushing rtorrent-0.1.7.tgz to repo...
Done.

section_end:1703682704:step_script
section_start:1703682704:cleanup_file_variables
Cleaning up project directory and file based variables

section_end:1703682704:cleanup_file_variables
Job succeeded