Skip to content

Commit

Permalink
Update ci-e2e.sh to quote LABEL_FILTERS value
Browse files Browse the repository at this point in the history
This is to ensure the full value of LABEL_FILTERS gets propagated.
  • Loading branch information
thunderboltsid committed May 2, 2024
1 parent 6cb4938 commit d17b633
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/ci-e2e.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,5 @@ NUTANIX_MACHINE_TEMPLATE_IMAGE_NAME=${NUTANIX_MACHINE_TEMPLATE_IMAGE_NAME}
NUTANIX_SUBNET_NAME=${NUTANIX_SUBNET_NAME}

# Run e2e tests
make ${MAKE_TARGET} LABEL_FILTERS=${LABEL_FILTERS}
echo "Running make with TARGET: ${MAKE_TARGET} and LABEL_FILTERS: ${LABEL_FILTERS}"
make ${MAKE_TARGET} LABEL_FILTERS="${LABEL_FILTERS}"

0 comments on commit d17b633

Please sign in to comment.