Skip to content
This repository was archived by the owner on Mar 1, 2020. It is now read-only.

Commit aee4ee2

Browse files
authored
Update to latest Plugin
1 parent d9ed30b commit aee4ee2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- run: docker run --name cfy_manager -d --restart unless-stopped -v /sys/fs/cgroup:/sys/fs/cgroup:ro --tmpfs /run --tmpfs /run/lock --security-opt seccomp:unconfined --cap-add SYS_ADMIN --network host docker-cfy-manager:latest
2525
- run: pip install cloudify
2626
- run: cfy profiles use localhost -u admin -p admin -t default_tenant
27-
- run: cfy plugins upload https://github.com/cloudify-incubator/cloudify-azure-plugin/releases/download/1.5.1.1/cloudify_azure_plugin-1.5.1.1-py27-none-linux_x86_64-centos-Core.wgn -y http://www.getcloudify.org/spec/azure-plugin/1.5.1.1/plugin.yaml
27+
- run: cfy plugins upload http://repository.cloudifysource.org/cloudify/wagons/cloudify-azure-plugin/1.6.1/cloudify_azure_plugin-1.6.1-py27-none-linux_x86_64-centos-Core.wgn -y http://www.getcloudify.org/spec/azure-plugin/1.6.1/plugin.yaml
2828
- run: cfy blueprints upload simple-blueprint.yaml -b bp0 > /dev/null 2>&1
2929

3030
workflows:

0 commit comments

Comments
 (0)