Skip to content
Snippets Groups Projects
Commit 7902ddfa authored by Burak Hançerli's avatar Burak Hançerli :headphones:
Browse files

Use default runners

parent 1c1a7473
No related branches found
No related tags found
1 merge request!36Use default runners
Pipeline #78294 passed
......@@ -2,8 +2,6 @@
# https://git.qt.io/design-studio/maintenance/docker-images/container_registry
build-wasm:
stage: build
tags:
- linux-blade
rules:
- if: $CI_PIPELINE_SOURCE == "push" || $CI_PIPELINE_SOURCE == "web" || $CI_PIPELINE_SOURCE == "merge_request_event"
cache:
......
create-packages:
stage: release
image: alpine:latest
tags:
- linux-blade
rules:
- if: $CI_COMMIT_TAG
needs:
......@@ -29,8 +27,6 @@ create-packages:
create-release:
stage: release
image: registry.gitlab.com/gitlab-org/release-cli:latest
tags:
- linux-blade
rules:
- if: $CI_COMMIT_TAG
needs:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment