Clean up $PWD/bin/pulumi

This commit is contained in:
Anton Tayanovskyy 2021-11-23 13:11:36 -05:00
parent 9e9cffc68d
commit 8caa968462

View file

@ -207,6 +207,7 @@ jobs:
mkdir -p $PWD/bin
unzip -d $PWD/bin artifacts/go/*.zip
mv $PWD/bin/pulumi/bin/* $PWD/bin
rm -rf $PWD/bin/pulumi
echo "Checking contents of $PWD/bin"
find $PWD/bin
- name: Add ./bin to PATH