balena-cloud-apps 1.1.2 → 1.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "balena-cloud-apps",
3
- "version": "1.1.2",
3
+ "version": "1.2.1",
4
4
  "description": "Shell scripts package to the containers native interface BalenaOS for the Raspberry Pi.",
5
5
  "directories": {
6
6
  "test": "test"
@@ -605,7 +605,6 @@ run_target() {
605
605
  slogger -st docker "Disable cross-build (buildx off)"
606
606
  native_compose_file_set
607
607
  cross_build_start -d
608
- native_compose_file_set
609
608
  if command -v balena >/dev/null 2>&1; then
610
609
  local fleets
611
610
  fleets=$(balena fleet list | awk 'NR>1{print $2}')