Skip to content
Snippets Groups Projects
Commit 19365a7a authored by Rafael László's avatar Rafael László :speech_balloon:
Browse files

Update pipeline to only run on master

parent 8d5b7e1b
No related branches found
No related tags found
1 merge request!1Docs
...@@ -11,6 +11,8 @@ Build Client: ...@@ -11,6 +11,8 @@ Build Client:
stage: Build stage: Build
tags: [docker] tags: [docker]
image: node:14.15.0-buster image: node:14.15.0-buster
only:
- master
script: script:
- cd client - cd client
- npm install - npm install
...@@ -27,6 +29,8 @@ Build Server: ...@@ -27,6 +29,8 @@ Build Server:
stage: Build stage: Build
tags: [docker] tags: [docker]
image: node:14.15.0-buster image: node:14.15.0-buster
only:
- master
script: script:
- cd server - cd server
- npm install - npm install
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment