Skip to content

Commit

Permalink
0.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
nielstenboom committed Jan 3, 2023
1 parent 340737f commit 4a06add
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hooks",
"version": "0.3.4",
"version": "0.3.5",
"description": "Three projects are included - k8s: a kubernetes hook implementation that spins up pods dynamically to run a job - docker: A hook implementation of the runner's docker implementation - A hook lib, which contains shared typescript definitions and utilities that the other packages consume",
"main": "",
"directories": {
Expand Down
2 changes: 2 additions & 0 deletions packages/k8s/src/hooks/prepare-job.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ export async function prepareJob(
throw new Error('Job Container is required.')
}

core.debug("running prepareJob on version 0.3.5")

await prunePods()
await copyExternalsToRoot()
let container: k8s.V1Container | undefined = undefined
Expand Down

0 comments on commit 4a06add

Please sign in to comment.