This commit is contained in:
peter
2019-08-19 15:49:28 +02:00
parent 3b0207ebe9
commit 45f2e28089
3 changed files with 1 additions and 3 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ steps:
- cp -r ./lib/* ./${DRONE_REPO_NAME}
- cd ./${DRONE_REPO_NAME}
- git add -A
- git commit -m "drone taged as version ${DRONE_TAG}"
- git commit -m "drone taged as version ${DRONE_TAG}" || true
- git tag ${DRONE_TAG}
- git push https://$GIT_USER:$GIT_PASSWORD@gitea.frontblock.me/fb-dist/${DRONE_REPO_NAME}.git ${DRONE_TAG} --force
environment:
-1
View File
@@ -146,7 +146,6 @@ export class FrontblockAdmin extends ConfigLoader<AdminConf>{
})
}
//Hook up all the functions
for(const api of rpcInfos){
switch(api.info.type){
-1
View File
@@ -75,7 +75,6 @@ export class FrontblockConfigLib{
}
window['fb'] = new FrontblockConfigLib()
declare const fb:{PluginManager:any}
window['setup'] = async() => {