chore: fix lint issues

This commit is contained in:
Jose Diaz-Gonzalez
2025-11-18 17:06:28 -05:00
parent a6d65c821f
commit 992b023bc8
2 changed files with 2 additions and 2 deletions

View File

@@ -19,7 +19,7 @@ trigger-scheduler-docker-local-scheduler-run-list() {
"$DOCKER_BIN" container ls --all --no-trunc --filter "label=com.dokku.app-name=$APP" --filter "label=com.dokku.container-type=run" --format "{{.Names}}\t{{.Command}}\t{{.RunningFor}}"
else
"$DOCKER_BIN" container ls --all --no-trunc --filter "label=com.dokku.app-name=$APP" --filter "label=com.dokku.container-type=run" --format "table {{.Names}}\t{{.Command}}\t{{.RunningFor}}"
fi
fi
else
"$DOCKER_BIN" container ls --all --no-trunc --filter "label=com.dokku.app-name=$APP" --filter "label=com.dokku.container-type=run" --format "{{ json . }}" | jq -s -M 'map({name: .Names, state:.State, command:.Command, created_at:.CreatedAt})'
fi

View File

@@ -139,4 +139,4 @@ teardown() {
echo "status: $status"
assert_success
assert_output_not_contains "$container_id"
}
}