mirror of
https://github.com/dokku/dokku.git
synced 2026-05-18 05:05:46 +02:00
chore: fix lint issues
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -139,4 +139,4 @@ teardown() {
|
||||
echo "status: $status"
|
||||
assert_success
|
||||
assert_output_not_contains "$container_id"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user