File tree Expand file tree Collapse file tree 1 file changed +1
-26
lines changed Expand file tree Collapse file tree 1 file changed +1
-26
lines changed Original file line number Diff line number Diff line change 1
1
version : v1.0
2
- name : Semaphore React Example Pipeline
2
+ name : Semaphore JavaScript Example Pipeline
3
3
agent :
4
4
machine :
5
5
type : e1-standard-2
@@ -114,28 +114,3 @@ blocks:
114
114
- cp ormconfig.ci.json ormconfig.json
115
115
- npm run migrate:up
116
116
- npm run test:e2e
117
-
118
- - name : Build
119
- task :
120
- env_vars :
121
- - name : NODE_ENV
122
- value : production
123
- prologue :
124
- commands :
125
- - checkout
126
- - nvm use
127
- - node --version
128
- - npm --version
129
- jobs :
130
- - name : Build Client
131
- commands :
132
- - cd src/client
133
- - cache restore client-node-modules-$SEMAPHORE_GIT_BRANCH-$(checksum package-lock.json),client-node-modules-$SEMAPHORE_GIT_BRANCH,client-node-modules-master
134
- - npm run build
135
- - cache store client-dist-$SEMAPHORE_GIT_BRANCH-$(checksum package-lock.json),client-dist-$SEMAPHORE_GIT_BRANCH,client-dist-master
136
- - name : Build Server
137
- commands :
138
- - cd src/server
139
- - cache restore server-node-modules-$SEMAPHORE_GIT_BRANCH-$(checksum package-lock.json),server-node-modules-$SEMAPHORE_GIT_BRANCH,server-node-modules-master
140
- - npm run build
141
- - cache store server-dist-$SEMAPHORE_GIT_BRANCH-$(checksum package-lock.json),server-dist-$SEMAPHORE_GIT_BRANCH,server-dist-master
You can’t perform that action at this time.
0 commit comments