File tree Expand file tree Collapse file tree 3 files changed +34
-73
lines changed
Expand file tree Collapse file tree 3 files changed +34
-73
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ machine :
2+ node :
3+ version : 5.5.0
4+ environment :
5+ CXX : g++-4.8
6+
7+ dependencies :
8+ pre :
9+ - sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y
10+ - sudo apt-get update -y
11+ - sudo apt-get install g++-4.8 -y
12+
13+ compile :
14+ override :
15+ - npm cache clean
16+ - npm run lint && npm test && npm run build
17+
18+ deployment :
19+ development :
20+ branch : [ "dev", "feature/deep-links"]
21+ owner : appirio-tech
22+ commands :
23+ - ./deploy.sh DEV
24+ qa :
25+ branch : qa
26+ owner : appirio-tech
27+ commands :
28+ - ./deploy.sh QA
29+ production :
30+ branch : master
31+ owner : appirio-tech
32+ commands :
33+ - ./deploy.sh PROD
Original file line number Diff line number Diff line change 1+ echo $1
You can’t perform that action at this time.
0 commit comments