pulumi/scripts/prep-for-goreleaser.sh
Lee Briggs 7093565e2c
jaxxstorm/build fixes (#5483)
* fix pulumi bot token and env var

* use commit hash non-marketplace actions

* fix goreleaser binaries

foo

* fix goreleaser archive format

* update workflows to use repo-dispatch

* fixing tag naming

* add support for beta tags

* add prerelease workflow

* remove windows builds

* only use travis for tags

* remove prerelease steps

* fix container build indentation

* check the policy tempdir exists
2020-10-08 12:43:38 -07:00

19 lines
398 B
Bash
Executable file

#!/bin/bash
pushd sdk
go mod tidy
go mod download
popd
pushd pkg
go mod tidy
go mod download
popd
cp sdk/nodejs/dist/pulumi-resource-pulumi-nodejs .
cp sdk/nodejs/dist/pulumi-resource-pulumi-nodejs .
cp sdk/python/dist/pulumi-resource-pulumi-python .
cp sdk/nodejs/dist/pulumi-analyzer-policy .
cp sdk/python/dist/pulumi-analyzer-policy-python .
cp sdk/python/cmd/pulumi-language-python-exec .