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 2ae18df commit 37fe309Copy full SHA for 37fe309
lib/binary/components.js
@@ -9,6 +9,7 @@ module.exports = {
9
versionFile: 'version.txt',
10
dir: 'Stevedore',
11
binary: 'stevedore',
12
+ alternateBinary: process.env.STEVEDORE,
13
},
14
remote: {
15
versionPath: '/',
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "codefresh",
3
- "version": "0.82.3",
+ "version": "0.82.5",
4
"description": "Codefresh command line utility",
5
"main": "index.js",
6
"preferGlobal": true,
0 commit comments