Skip to content

Commit

Permalink
fix: temporarily disable broken server-dry-run
Browse files Browse the repository at this point in the history
Signed-off-by: Timofey Kirillov <timofey.kirillov@flant.com>
  • Loading branch information
distorhead committed Mar 21, 2022
1 parent 5850f98 commit e648787
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmd/werf/main.go
Expand Up @@ -50,6 +50,8 @@ import (
)

func main() {
os.Setenv("DISABLE_SERVER_DRY_RUN", "1")

shouldTerminate, err := common.ContainerRuntimeProcessStartupHook()
if err != nil {
common.TerminateWithError(err.Error(), 1)
Expand Down

0 comments on commit e648787

Please sign in to comment.