You've already forked woodpecker
mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-11-29 21:48:14 +02:00
Fix deploy task env (#3878)
This commit is contained in:
@@ -32,7 +32,7 @@ type Pipeline struct {
|
||||
Updated int64 `json:"updated_at" xorm:"'updated' NOT NULL DEFAULT 0 updated"` // TODO change JSON field to "updated" in 3.0
|
||||
Started int64 `json:"started_at" xorm:"started"` // TODO change JSON field to "started" in 3.0
|
||||
Finished int64 `json:"finished_at" xorm:"finished"` // TODO change JSON field to "finished" in 3.0
|
||||
Deploy string `json:"deploy_to" xorm:"deploy"`
|
||||
DeployTo string `json:"deploy_to" xorm:"deploy"`
|
||||
DeployTask string `json:"deploy_task" xorm:"deploy_task"`
|
||||
Commit string `json:"commit" xorm:"commit"`
|
||||
Branch string `json:"branch" xorm:"branch"`
|
||||
|
||||
Reference in New Issue
Block a user