Skip to content
This repository has been archived by the owner on Jan 15, 2025. It is now read-only.

Commit

Permalink
Merge pull request #46 from dynatrace-oss/bugfix/APM-317740
Browse files Browse the repository at this point in the history
bugfix/APM-317740
  • Loading branch information
kamiljsokolowski authored Sep 24, 2021
2 parents 382aa89 + 988abd5 commit 696c52e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ jobs:
- docker run --rm lambda_image bash -c 'cd src && python3 -m pytest -v ../tests/perf --profile'
- stage: build
name: Build AWS Lambda package
#if: tag =~ /^release.*$/
language: shell
services: docker
install:
Expand All @@ -40,13 +39,13 @@ jobs:
# set up shared storage for build artifacts
- mkdir -p $TRAVIS_BUILD_SHARED_STORAGE
script:
- docker run --rm -v `pwd`:/var/task amazon/aws-sam-cli-build-image-python3.8 bash -c './build-release-package.sh'
- docker run --rm -e TRAVIS_TAG -e TRAVIS_COMMIT -v `pwd`:/var/task amazon/aws-sam-cli-build-image-python3.8 bash -c './build-release-package.sh'
after_success:
- cp -p dynatrace-aws-log-forwarder.zip $TRAVIS_BUILD_SHARED_STORAGE
- aws s3 sync $TRAVIS_BUILD_SHARED_STORAGE $AWS_S3_BUILD_SHARED_STORAGE
- stage: e2e_tests
name: Execute e2e tests
if: branch = master OR type = pull_request
if: branch = master OR type = pull_request OR tag =~ /^release.*$/
language: shell
install:
# set up awscli packages
Expand Down

0 comments on commit 696c52e

Please sign in to comment.