Este site funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Acessar
chemicalcrux
/
webhooks
Observar
1
Favorito
0
Fork
0
Código
Issues
0
Pull requests
0
Versões
0
Wiki
Atividade
Ver código fonte
Include the updated scripts as well..
master
Fen Dweller
5 anos atrás
pai
a5c2fab97a
commit
39f693f2ae
2 arquivos alterados
com
2 adições
e
2 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+1
-1
deploy-branch.sh
+1
-1
deploy-release.sh
+ 1
- 1
deploy-branch.sh
Ver arquivo
@@ -21,4 +21,4 @@ then
git pull
fi
$WEBHOOK_SCRIPT_DIR/commits.py $1 $COMMITS_DIR/$1.json
python
$WEBHOOK_SCRIPT_DIR/commits.py $1 $COMMITS_DIR/$1.json
+ 1
- 1
deploy-release.sh
Ver arquivo
@@ -8,4 +8,4 @@ git fetch --tags
latest=$(git describe --tags `git rev-list --tags --max-count=1`)
git checkout ${latest}
$WEBHOOK_SCRIPT_DIR/changelog.py $1 $CHANGELOG_DIR/$1.json
python
$WEBHOOK_SCRIPT_DIR/changelog.py $1 $CHANGELOG_DIR/$1.json
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar