We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 717fe7d commit 6a6045aCopy full SHA for 6a6045a
utils/scripts/build/should-release/main.go
@@ -72,13 +72,7 @@ func main() {
72
}
73
74
if len(os.Getenv("RCLONE_FTP_PASS")) == 0 {
75
- fmt.Printf("Missing RCLONE_FTP_PASS no need to deploy\n")
76
- fmt.Printf("Exiting code 78 to halt pipeline steps gracefully\n")
77
- os.Exit(78)
78
- }
79
-
80
- if len(os.Getenv("GH_RELEASE_GITHUB_API_TOKEN")) == 0 {
81
- fmt.Printf("Missing GH_RELEASE_GITHUB_API_TOKEN no need to deploy\n")
+ fmt.Printf("Missing RCLONE_FTP_PASS no need to release\n")
82
fmt.Printf("Exiting code 78 to halt pipeline steps gracefully\n")
83
os.Exit(78)
84
utils/scripts/build/should-release/should-release
0 Bytes
utils/scripts/build/should-release/should-release.exe
-512 Bytes
0 commit comments