Skip to content

Commit

Permalink
TODO2
Browse files Browse the repository at this point in the history
  • Loading branch information
fmaste committed Feb 1, 2023
1 parent 0484621 commit 8898923
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nix/workbench/backend/nomad.sh
Original file line number Diff line number Diff line change
Expand Up @@ -204,8 +204,10 @@ backend_nomad() {
local oci_image_tag=$( envjqr 'oci_image_tag')
if podman image exists "${oci_image_name}:${oci_image_tag}"
then
setenvjqstr 'oci_image_was_already_available' "true"
msg "OCI image ${oci_image_name}:${oci_image_tag} is already available"
else
setenvjqstr 'oci_image_was_already_available' "false"
msg "Creating OCI image ..."
local oci_image_skopeo_script=$(envjqr 'oci_image_skopeo_script')
# TODO: for further research.
Expand Down

0 comments on commit 8898923

Please sign in to comment.