Skip to content

Commit

Permalink
fix(DMVP-5941): cmd change
Browse files Browse the repository at this point in the history
  • Loading branch information
SarhadMeta committed Nov 18, 2024
1 parent 4422287 commit 62a9f79
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions modules/runner/cronjob.tf
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,8 @@ resource "kubernetes_cron_job_v1" "runner_cronjob" {

spec {
container {
name = "bitbucket-k8s-runner"
image = "docker-public.packages.atlassian.com/sox/atlassian/bitbucket-pipelines-runner"
command = ["/bin/sh", "-c", "echo ACCOUNT_UUID: $ACCOUNT_UUID && echo RUNNER_UUID: $RUNNER_UUID"]
name = "bitbucket-k8s-runner"
image = "docker-public.packages.atlassian.com/sox/atlassian/bitbucket-pipelines-runner"

env {
name = "ACCOUNT_UUID"
Expand Down

0 comments on commit 62a9f79

Please sign in to comment.