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

fix: gitlab runner

parent 8365c09d
No related branches found
No related tags found
No related merge requests found
Pipeline #46941 failed
...@@ -21,6 +21,8 @@ build-dev: ...@@ -21,6 +21,8 @@ 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
...@@ -54,6 +56,8 @@ build: ...@@ -54,6 +56,8 @@ 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