File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " venona" ,
3- "version" : " 0.6.0 " ,
3+ "version" : " 0.6.1 " ,
44 "description" : " Codefresh agent to run on Codefresh's runtime environment and execute pipeline" ,
55 "main" : " index.js" ,
66 "scripts" : {
Original file line number Diff line number Diff line change @@ -89,16 +89,16 @@ func init() {
8989}
9090
9191func installRuntimeEnvironment () {
92- err := runtimectl .GetOperator (runtimectl .RuntimeEnvironmentOperatorType ).Install ()
93- internal .DieOnError (err )
94-
9592 cfAPI := codefresh .New ()
96- err = cfAPI .Validate ()
93+ err : = cfAPI .Validate ()
9794 internal .DieOnError (err )
9895
9996 err = cfAPI .Sign ()
10097 internal .DieOnError (err )
10198
99+ err = runtimectl .GetOperator (runtimectl .RuntimeEnvironmentOperatorType ).Install ()
100+ internal .DieOnError (err )
101+
102102 err = cfAPI .Register ()
103103 internal .DieOnError (err )
104104
You can’t perform that action at this time.
0 commit comments