Skip to content

Commit

Permalink
chore: debug
Browse files Browse the repository at this point in the history
  • Loading branch information
bkioshn committed Apr 10, 2024
1 parent 92ef681 commit 4f742ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions actions/discover/src/discover.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ export async function run(): Promise<void> {

core.info(`Running command: ${command}`)

await exec("docker images | grep earthly/buildkitd")
const { stdout } = await getExecOutput(command)
// await exec("docker images | grep earthly/buildkitd")
const { stdout } = await getExecOutput("docker images | grep earthly/buildkitd")

// eslint-disable-next-line @typescript-eslint/no-unsafe-assignment
const parsedData = JSON.parse(stdout)
Expand Down

0 comments on commit 4f742ee

Please sign in to comment.