Skip to content

Commit

Permalink
use workdir
Browse files Browse the repository at this point in the history
Signed-off-by: Moritz Sanft <58110325+msanft@users.noreply.github.com>
  • Loading branch information
msanft committed Sep 7, 2023
1 parent 32ad538 commit 1d11de8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/malicious-join/job_template.sh.in
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ else
workdir="$1"
fi

$YQ eval '.spec.template.spec.containers[0].image |= "ghcr.io/edgelesssys/malicious-join-test:" + load_str(strenv(REPO_TAG))' $TEMPLATE > stamped_job.yaml
$YQ eval '.spec.template.spec.containers[0].image |= "ghcr.io/edgelesssys/malicious-join-test:" + load_str(strenv(REPO_TAG))' "$TEMPLATE" > "$workdir/stamped_job.yaml"

0 comments on commit 1d11de8

Please sign in to comment.