Skip to content
Snippets Groups Projects
Commit 76346dad authored by Bastien DUMONT's avatar Bastien DUMONT :angel:
Browse files

fix: default runner

parent 2ffb72fd
No related branches found
No related tags found
No related merge requests found
Pipeline #46943 passed
...@@ -5,6 +5,10 @@ ...@@ -5,6 +5,10 @@
# Container Scanning customization: https://docs.gitlab.com/ee/user/application_security/container_scanning/#customizing-the-container-scanning-settings # Container Scanning customization: https://docs.gitlab.com/ee/user/application_security/container_scanning/#customizing-the-container-scanning-settings
# Note that environment variables can be set in several places # Note that environment variables can be set in several places
# See https://docs.gitlab.com/ee/ci/variables/#cicd-variable-precedence # See https://docs.gitlab.com/ee/ci/variables/#cicd-variable-precedence
default:
tags:
- build-push-to-registry
stages: stages:
- test - test
- build - build
...@@ -21,8 +25,6 @@ build-dev: ...@@ -21,8 +25,6 @@ build-dev:
before_script: before_script:
- apk add git - apk add git
- apk add bash - apk add bash
tags:
- deploy-alpha
script: script:
- yarn - yarn
- yarn build - yarn build
...@@ -56,8 +58,6 @@ build: ...@@ -56,8 +58,6 @@ build:
before_script: before_script:
- apk add git - apk add git
- apk add bash - apk add bash
tags:
- deploy-alpha
script: script:
- yarn - yarn
- yarn build - yarn build
......
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