@@ -49,14 +49,14 @@ after_success:
4949
5050jobs :
5151 allow_failures :
52+ - name : external - ipfs-webui
5253 - name : external - ipfs-companion
5354 - name : external - npm-on-ipfs
5455 - name : external - peer-base
5556 - name : external - service-worker-gateway
5657 - name : external - orbit-db
5758 - name : external - ipfs-log
5859 - name : external - sidetree
59- - name : external - webui
6060 include :
6161 - stage : check
6262 script :
@@ -145,56 +145,56 @@ jobs:
145145 if : branch = master AND type = push AND fork = false
146146 name : external - ipfs-webui
147147 script :
148- - E2E_IPFSD_TYPE=js npm run test:external -- https://github.com/ipfs-shipyard/ipfs-webui.git --deps=ipfs@next"
148+ - E2E_IPFSD_TYPE=js npm run test:external -- https://github.com/ipfs-shipyard/ipfs-webui.git --deps=ipfs@next
149149
150150 - stage : test-external
151151 # only run on changes to master
152152 if : branch = master AND type = push AND fork = false
153153 name : external - ipfs-companion
154154 script :
155- - npm run test:external -- https://github.com/ipfs-shipyard/ipfs-companion.git --deps=ipfs@next"
155+ - npm run test:external -- https://github.com/ipfs-shipyard/ipfs-companion.git --deps=ipfs@next
156156
157157 - stage : test-external
158158 # only run on changes to master
159159 if : branch = master AND type = push AND fork = false
160160 name : external - npm-on-ipfs
161161 script :
162- - npm run test:external -- https://github.com/ipfs-shipyard/npm-on-ipfs.git --deps=ipfs@next"
162+ - npm run test:external -- https://github.com/ipfs-shipyard/npm-on-ipfs.git --deps=ipfs@next
163163
164164 - stage : test-external
165165 # only run on changes to master
166166 if : branch = master AND type = push AND fork = false
167167 name : external - peer-base
168168 script :
169- - npm run test:external -- https://github.com/achingbrain/peer-base.git --branch upgrade-to-latest-ipfs-rc --deps=ipfs@next"
169+ - npm run test:external -- https://github.com/achingbrain/peer-base.git --branch upgrade-to-latest-ipfs-rc --deps=ipfs@next
170170
171171 - stage : test-external
172172 # only run on changes to master
173173 if : branch = master AND type = push AND fork = false
174174 name : external - service-worker-gateway
175175 script :
176- - npm run test:external -- https://github.com/ipfs-shipyard/service-worker-gateway.git --deps=ipfs@next"
176+ - npm run test:external -- https://github.com/ipfs-shipyard/service-worker-gateway.git --deps=ipfs@next
177177
178178 - stage : test-external
179179 # only run on changes to master
180180 if : branch = master AND type = push AND fork = false
181181 name : external - orbit-db
182182 script :
183- - npm run test:external -- https://github.com/orbitdb/orbit-db.git --deps=ipfs@next"
183+ - npm run test:external -- https://github.com/orbitdb/orbit-db.git --deps=ipfs@next
184184
185185 - stage : test-external
186186 # only run on changes to master
187187 if : branch = master AND type = push AND fork = false
188188 name : external - ipfs-log
189189 script :
190- - npm run test:external -- https://github.com/orbitdb/ipfs-log.git --deps=ipfs@next"
190+ - npm run test:external -- https://github.com/orbitdb/ipfs-log.git --deps=ipfs@next
191191
192192 - stage : test-external
193193 # only run on changes to master
194194 if : branch = master AND type = push AND fork = false
195195 name : external - sidetree
196196 script :
197- - npm run test:external -- https://github.com/decentralized-identity/sidetree.git --deps=ipfs@next"
197+ - npm run test:external -- https://github.com/decentralized-identity/sidetree.git --deps=ipfs@next
198198
199199notifications :
200200 email : false
0 commit comments