mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-10-21 22:03:59 +00:00
updated css styles & angular
This commit is contained in:
@@ -51,6 +51,7 @@ func init() {
|
||||
log.SetSuffix("\033[0m\n")
|
||||
log.SetOutput(os.Stdout)
|
||||
log.SetPriority(log.LOG_NOTICE)
|
||||
docker.Logging = false
|
||||
}
|
||||
|
||||
func main() {
|
||||
@@ -144,6 +145,11 @@ func run(path string) {
|
||||
return
|
||||
}
|
||||
|
||||
// remove deploy & publish sections
|
||||
// for now, until I fix bug
|
||||
s.Publish = nil
|
||||
s.Deploy = nil
|
||||
|
||||
// get the repository root directory
|
||||
dir := filepath.Dir(path)
|
||||
code := repo.Repo{
|
||||
|
Reference in New Issue
Block a user