pulumi/scripts/get-py-version

8 lines
222 B
Plaintext
Raw Normal View History

#!/bin/bash
set -o nounset -o errexit -o pipefail
SCRIPT_ROOT="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
NPM_VERSION="$($SCRIPT_ROOT/get-version "$@")"
go run "${SCRIPT_ROOT}/get-py-version.go" "${NPM_VERSION}"