From e93cab00458046f461402c9da2aee95198b65d30 Mon Sep 17 00:00:00 2001 From: Scott Anderson Date: Mon, 26 Sep 2022 13:37:24 -0600 Subject: [PATCH] hotfix: update exit code of flux build script --- flux-build-scripts/update-flux-versions.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flux-build-scripts/update-flux-versions.js b/flux-build-scripts/update-flux-versions.js index 8ebf554ca..762237515 100644 --- a/flux-build-scripts/update-flux-versions.js +++ b/flux-build-scripts/update-flux-versions.js @@ -15,7 +15,7 @@ if (typeof githubToken === 'undefined') { A GitHub token is required for this operation. Please set a GITHUB_TOKEN environment variable. Use the GitHub token stored in the Docs Team vault in 1Password. `); - process.exit(1); + process.exit(0); } // Get the latest version of Flux