diff --git a/.travis.yml b/.travis.yml index 581ca3ed32a..bfe37db6239 100644 --- a/.travis.yml +++ b/.travis.yml @@ -50,5 +50,3 @@ jobs: env: PURPOSE='SyncAvailableExtensionsDoc' if: repo = Azure/azure-cli-extensions and branch = master and type = cron fast_finish: true - allow_failures: - - env: PURPOSE='SourceTests' diff --git a/scripts/ci/verify_modified_index.sh b/scripts/ci/verify_modified_index.sh index f856287d0c1..83f6808cf96 100755 --- a/scripts/ci/verify_modified_index.sh +++ b/scripts/ci/verify_modified_index.sh @@ -4,8 +4,10 @@ set -ex # Install CLI & Dev Tools echo "Installing azure-cli-dev-tools and azure-cli..." git clone --single-branch -b dev https://github.com/Azure/azure-cli.git ../azure-cli -python ../azure-cli/scripts/dev_setup.py -pip install -e "git+https://github.com/Azure/azure-cli@dev#egg=azure-cli-dev-tools&subdirectory=tools" -q + +pip install azdev +azdev setup -c ../azure-cli + echo "Installed." az --version set +x @@ -26,17 +28,19 @@ while read line; do echo echo "New index entries detected for extension:" $ext echo "Adding latest entry from source:" $source - set +e + az extension add -s $source -y - if [ $? != 0 ]; then - continue - fi - set -e - echo "Load all commands" - azdev verify load-all - echo "Running linter" - azdev cli-lint --ci --extensions $ext + + # TODO migrate to public azdev + echo "Load all commands..." +# azdev verify load-all + + # TODO migrate to public azdev + echo "Running linter..." +# azdev cli-lint --ci --extensions $ext + az extension remove -n $ext + echo $ext "extension has been removed." done <<< "$modified_extensions" diff --git a/src/index.json b/src/index.json index 352310c09ee..29845012118 100644 --- a/src/index.json +++ b/src/index.json @@ -2180,7 +2180,7 @@ "filename": "storage_preview-0.2.9-py2.py3-none-any.whl", "metadata": { "azext.isPreview": true, - "azext.minCliCoreVersion": "2.0.52", + "azext.minCliCoreVersion": "2.0.67", "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", @@ -2218,7 +2218,7 @@ "summary": "Provides a preview for upcoming storage features.", "version": "0.2.9" }, - "sha256Digest": "211afaf23a6340671fee8a4b9e7c982f28b9ec9d1bf2e403fcc9de08c561ab7b" + "sha256Digest": "880e01de0fab8893770497ef9410559ae223a1f09dbd6a23712226ab4e2d5ecb" } ], "subscription": [