cleanup some env vars

This commit is contained in:
Joe DeCapo 2023-05-07 11:49:26 -05:00 committed by Jacob Heider
parent acb42ac427
commit 358f62e829

View file

@ -39,8 +39,6 @@ build:
test:
script: |
export PULUMI_ACCESS_TOKEN="local://"
export PULUMI_TEMPLATE_PATH="$PWD/templates"
pulumi new aws-typescript --generate-only --force -y
if [ -e "$PWD/Pulumi.yaml" ]; then
echo "Project was created"