diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000000000000000000000000000000000000..e2753c3756f378ac6a58e3f45cbf8aca4a2512c3 --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,11 @@ +pull: + image: alpine:latest + script: + - apk add helm --repository=http://dl-cdn.alpinelinux.org/alpine/edge/testing + - helm repo add --username gitlab-ci-token --password ${CI_JOB_TOKEN} gitlab_qa ${CI_API_V4_URL}/projects/15987/packages/helm/stable + - helm repo update + - helm pull gitlab_qa/gitlab_qa_helm-bcb298996fec3f53 + only: + - main + tags: + - runner-for-qa-test-2024-11-01-14-47-16-0c9b7b7b313038d3 \ No newline at end of file