Este sítio funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Iniciar sessão
binhong
/
breakups-webapp
Vigiar
1
Marcar como favorito
0
Derivar
0
Código
Questões
1
Pedidos de integração
0
Lançamentos
0
Wiki
Trabalho
Ver a proveniência
Fix drone yaml file
master
BinHong Lee
há 6 anos
ascendente
2bdf7b1d2d
cometimento
0a62ee1878
Assinados por:
binhong
<binhong@binhong.me>
ID da chave GPG:
6B4C5608EC620D19
1 ficheiros alterados
com
5 adições
e
7 eliminações
Visualização em 2 colunas
Opções das diferenças
Mostrar estatísticas
Descarregar ficheiro patch
Descarregar ficheiro diff
+5
-7
.drone.yml
+ 5
- 7
.drone.yml
Ver ficheiro
@@ -1,14 +1,12 @@
pipeline:
build:
image: node:${NODE_VERSION}
image: node:${NODE_VERSION}
commands:
- npm install
- npm run test
matrix:
NODE_VERSION:
- latest
- "8"
- "7"
- "6"
- "4"
NODE_VERSION:
- latest
- "9"
- "8"
Escrever
Pré-visualizar
Carregando…
Cancelar
Guardar