Skip to content

Commit

Permalink
fixup! wip: basic test for peerpods
Browse files Browse the repository at this point in the history
  • Loading branch information
burgerdev committed Nov 15, 2024
1 parent 19f2481 commit 81c13ce
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/test-peerpods.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,10 @@ set -euo pipefail
set -x

if [ -z "${azure_image_id}" ]; then
# TODO(burgerdev): re-enable image upload once rest is working
true || nix run -L .#scripts.upload-image -- \
nix run -L .#scripts.upload-image -- \
--subscription-id="${azure_subscription_id:?}" \
--location="${azure_location:?}" \
--resource-group="${azure_resource_group:?}"
echo 'image_id = "/subscriptions/0d202bbb-4fa7-4af8-8125-58c269a05435/resourceGroups/contrast-ci/providers/Microsoft.Compute/galleries/contrast_ci_contrast/images/contrast/versions/0.0.1730981348"' > infra/azure-peerpods/image_id.auto.tfvars
else
echo "image_id = \"${azure_image_id}\"" > infra/azure-peerpods/image_id.auto.tfvars
fi
Expand Down

0 comments on commit 81c13ce

Please sign in to comment.