Skip to content

Commit

Permalink
testing an explicit failure
Browse files Browse the repository at this point in the history
  • Loading branch information
sharkySharks committed Apr 10, 2019
1 parent d5f09fc commit 1bde146
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .codebuild/buildspec.pr.test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,14 @@ phases:
- apt-get install -y yarn
pre_build:
commands:
- echo setting environment variables for CI test checks...
- echo setting environment variables for CI test check services for Coveralls, BundleSize...
- CI=true
- COVERALLS_SERVICE_NAME=codebuild
- CI_PULL_REQUEST=$(echo $CODEBUILD_SOURCE_VERSION | cut -d'/' -f 2)
- CI_PULL_REQUEST_NUMBER=${CI_PULL_REQUEST}
- CI_REPO_OWNER=magento-research
- CI_REPO_NAME=pwa-studio
- CI_COMMIT_SHA=$CI_PULL_REQUEST
- CI_COMMIT_SHA=${CODEBUILD_RESOLVED_SOURCE_VERSION}
- echo copying env vars needed for build to env file...
- sed -i "s%MAGENTO_BACKEND_URL=redacted%MAGENTO_BACKEND_URL=${MAGENTO_BACKEND_URL}%g" ./docker/.env.docker.prod
- sed -i "s/BRAINTREE_TOKEN=redacted/BRAINTREE_TOKEN=${BRAINTREE_TOKEN}/g" ./docker/.env.docker.prod
Expand Down

0 comments on commit 1bde146

Please sign in to comment.