Skip to content

Commit

Permalink
Revert "internal/build: apply -ubuntu to env (ethereum#27910)"
Browse files Browse the repository at this point in the history
This reverts commit 21e3ca2.
  • Loading branch information
devopsbo3 authored Nov 10, 2023
1 parent e04b0f5 commit f60b046
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions internal/build/env.go
Original file line number Diff line number Diff line change
Expand Up @@ -170,8 +170,5 @@ func applyEnvFlags(env Environment) Environment {
if *CronJobFlag {
env.IsCronJob = true
}
if *UbuntuVersionFlag != "" {
env.UbuntuVersion = *UbuntuVersionFlag
}
return env
}

0 comments on commit f60b046

Please sign in to comment.