File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -143,11 +143,11 @@ Check if host OS version of device "${device_uuid}" is "${os_version}"
143143 Should Contain ${result } ${os_version }
144144
145145Add ENV variable "${variable_name}" with value "${variable_value}" to application "${application_name}"
146- ${result } = Run Process balena env add ${variable_name } ${variable_value } -f ${application_name } shell=yes
146+ ${result } = Run Process balena env set ${variable_name } ${variable_value } -f ${application_name } shell=yes
147147 Process ${result }
148148
149149Add variable "${variable_name}" with value "${variable_value}" to "${type}" "${id}"
150- ${result } = Run Process balena env add ${variable_name } ${variable_value } --${type } ${id } shell=yes
150+ ${result } = Run Process balena env set ${variable_name } ${variable_value } --${type } ${id } shell=yes
151151 Process ${result }
152152
153153Check if "${option}" variable "${variable_name}" with value "${variable_value}" exists in application "${application_name}"
You can’t perform that action at this time.
0 commit comments