Install plugins with uri (#46)

bitbucket/resource_plugin: Install plugins with URI

Existing approach based on PostFileUpload() doesn't seem to work for Bitbucket server 6.10.
Replace it with InstallPluginWithUri().
This commit is contained in:
Stanislau Liamniou
2022-06-16 19:22:15 +02:00
committed by GitHub
parent 1323abe664
commit 5311e3ab9e
4 changed files with 121 additions and 75 deletions

View File

@@ -67,7 +67,7 @@ test-compile:
go test -c $(TEST) $(TESTARGS)
ci-build-setup:
sudo rm /usr/local/bin/docker-compose
sudo rm -f /usr/local/bin/docker-compose
curl -L https://github.com/docker/compose/releases/download/1.25.4/docker-compose-`uname -s`-`uname -m` > docker-compose
chmod +x docker-compose
sudo mv docker-compose /usr/local/bin