Skip to content

Commit

Permalink
Merge pull request #351 from bingosummer/azure-storage-ruby
Browse files Browse the repository at this point in the history
 Use azure-core-0.1.12
  • Loading branch information
bingosummer authored Dec 18, 2017
2 parents 4bd8c38 + a39dd6b commit 70cc5bd
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion ci/tasks/ensure-cleanup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,12 @@ az cloud set --name ${AZURE_ENVIRONMENT}
az login --service-principal -u ${AZURE_CLIENT_ID} -p ${AZURE_CLIENT_SECRET} --tenant ${AZURE_TENANT_ID}
az account set -s ${AZURE_SUBSCRIPTION_ID}

set +e
# In most cases, terraform can destroy the environment successfully
if [ ! -f ${METADATA_FILE} ]; then
echo "The environment has been destroyed. Exit 0."
exit 0
fi

metadata=$(cat ${METADATA_FILE})

integration_additional_resource_group_name=$(echo ${metadata} | jq -e --raw-output ".additional_resource_group_name")
Expand Down
2 changes: 1 addition & 1 deletion src/bosh_azure_cpi/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ GEM
specs:
addressable (2.5.2)
public_suffix (>= 2.0.2, < 4.0)
azure-core (0.1.13)
azure-core (0.1.12)
faraday (~> 0.9)
faraday_middleware (~> 0.10)
nokogiri (~> 1.6)
Expand Down
Binary file not shown.
Binary file not shown.

0 comments on commit 70cc5bd

Please sign in to comment.