diff --git a/.appveyor.yml b/.appveyor.yml index 86f2c46af..eb25a9409 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -6,6 +6,9 @@ branches: - /ci.*/ - /stable.*/ +init: +- ps: $env:commit = $env:appveyor_repo_commit.SubString(0,8) + # We need to only clone the main module because our submodule requires the # encrypted ssh key to access submodules install: @@ -38,7 +41,7 @@ deploy: secure: XlLzz7sdvrtgi4g459NvxLfrH/+hOutb+0Osz29unfi4Zcw9N8H8SEaq6m3ZeWc+ region: us-east-1 bucket: merani-builds - folder: "client/$(env:appveyor_repo_commit.SubString(0,8))" + folder: "client/$(commit)" set_public: true environment: