Skip to content

Commit

Permalink
Merge pull request #63 from dynatrace-oss/PCLOUDS-1356-_update_functi…
Browse files Browse the repository at this point in the history
…on_to_4.x

Prepared to release new version
  • Loading branch information
NematulloKozimov authored Nov 16, 2022
2 parents 4a8203d + 4a28c48 commit 6720741
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
- az group create --name "$RESOURCE_GROUP_NAME" --location westeurope
- az resource invoke-action --action enable --name "$LOGIC_APP_NAME" -g "$RESOURCE_GROUP_STATIC_RESOURCES" --resource-type "$LOGIC_APP_RESOURCE_TYPE"
script:
- ./deployment/dynatrace-azure-logs.sh --deployment-name "e2e-${TRAVIS_BUILD_ID}" --resource-group "$RESOURCE_GROUP_NAME" --target-url "$TARGET_URL" --target-api-token "$TARGET_API_TOKEN" --target-paas-token "$TARGET_PAAS_TOKEN" --use-existing-active-gate false --event-hub-connection-string "$EH_CONNECTION_STRING" --repository-release-url "https://${STORAGE_ACCOUNT_NAME}.blob.core.windows.net/${STORAGE_ACCOUNT_DIR_NAME}/"
- ./deployment/dynatrace-azure-logs.sh --deployment-name "e2e-${TRAVIS_BUILD_ID}" --resource-group "$RESOURCE_GROUP_NAME" --target-url "$TARGET_URL" --target-api-token "$TARGET_API_TOKEN" --use-existing-active-gate true --event-hub-connection-string "$EH_CONNECTION_STRING" --repository-release-url "https://${STORAGE_ACCOUNT_NAME}.blob.core.windows.net/${STORAGE_ACCOUNT_DIR_NAME}/"
- pytest tests/e2e -v
after_script:
- az group delete --name "$RESOURCE_GROUP_NAME" --yes
Expand Down

0 comments on commit 6720741

Please sign in to comment.