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} - cp -r ./lib/* ./${DRONE_REPO_NAME}
- cd ./${DRONE_REPO_NAME} - cd ./${DRONE_REPO_NAME}
- git add -A - 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 tag ${DRONE_TAG}
- git push https://$GIT_USER:$GIT_PASSWORD@gitea.frontblock.me/fb-dist/${DRONE_REPO_NAME}.git ${DRONE_TAG} --force - git push https://$GIT_USER:$GIT_PASSWORD@gitea.frontblock.me/fb-dist/${DRONE_REPO_NAME}.git ${DRONE_TAG} --force
environment: environment:
-1
View File
@@ -145,7 +145,6 @@ export class FrontblockAdmin extends ConfigLoader<AdminConf>{
rpcInfos.push(info) rpcInfos.push(info)
}) })
} }
//Hook up all the functions //Hook up all the functions
for(const api of rpcInfos){ for(const api of rpcInfos){
-1
View File
@@ -75,7 +75,6 @@ export class FrontblockConfigLib{
} }
window['fb'] = new FrontblockConfigLib() window['fb'] = new FrontblockConfigLib()
declare const fb:{PluginManager:any} declare const fb:{PluginManager:any}
window['setup'] = async() => { window['setup'] = async() => {