change
This commit is contained in:
+1
-1
@@ -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:
|
||||
|
||||
@@ -145,7 +145,6 @@ export class FrontblockAdmin extends ConfigLoader<AdminConf>{
|
||||
rpcInfos.push(info)
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
//Hook up all the functions
|
||||
for(const api of rpcInfos){
|
||||
|
||||
@@ -75,7 +75,6 @@ export class FrontblockConfigLib{
|
||||
|
||||
}
|
||||
|
||||
|
||||
window['fb'] = new FrontblockConfigLib()
|
||||
declare const fb:{PluginManager:any}
|
||||
window['setup'] = async() => {
|
||||
|
||||
Reference in New Issue
Block a user