forked from prateekbaheti/cricket-scorer-ui-nobackend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pipeline.gocd.yml
39 lines (38 loc) · 919 Bytes
/
pipeline.gocd.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
format_version: 2
environments:
ci:
pipelines:
- "team1UI"
pipelines:
"team1UI":
group: team1
materials:
ui:
git: "[email protected]:erviveksoni/cricket-scorer-ui-nobackend.git"
stages:
- test:
jobs:
test:
resources:
- node-and-java
tasks:
- script: |
yarn install
yarn run ci
- build:
jobs:
build:
resources:
- node-and-java
tasks:
- script: |
yarn install
yarn run build
- deploy:
jobs:
deploy:
resources:
- node-and-java
tasks:
- script: |
sh ./buildAndDeploy/deploy.sh team1-bootcamp-sept2018