pulumi/tests/integration/construct_component_output_values/testcomponent-python/pulumi-resource-testcomponent
2021-11-15 15:42:04 -08:00

8 lines
193 B
Bash
Executable file

#!/bin/bash
set -euo pipefail
SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
exec "$PULUMI_RUNTIME_VIRTUALENV/bin/python" "$SCRIPT_DIR/testcomponent.py" "$@"