Skip to content

Commit a57e64a

Browse files
committed
Merged in feature/new-feature (pull request nickmerwin#6)
fix ci
2 parents 1a51b49 + 6c7237e commit a57e64a

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
GIT
22
remote: https://github.com/LukinEgor/coveralls-ruby
3-
revision: 08f86796a312e95ccfaead081bd1ce9fa39e8e66
3+
revision: 9c6ca4c2052288b90fab4d93f4e592b19bafb868
44
branch: fix/content-type-request
55
specs:
66
coveralls (0.8.23)

bitbucket-pipelines.yml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,14 @@ pipelines:
99
script:
1010
- gem install --no-user-install bundler -v '2.0.1'
1111
- bundler install
12-
- COVERALLS_DEBUG=true BITBUCKET_CI=true COVERALLS_REPO_TOKEN=$COVERALLS_REPO_TOKEN bundler exec rspec
12+
- COVERALLS_DEBUG=true CI_NAME=bitbucket CI_BUILD_NUMBER=$BITBUCKET_BUILD_NUMBER CI_BRANCH=$BITBUCKET_BRANCH CI_PULL_REQUEST=$BITBUCKET_PR_ID COVERALLS_REPO_TOKEN=$COVERALLS_REPO_TOKEN bundler exec rspec
13+
- printenv
14+
default:
15+
- parallel:
16+
- step:
17+
name: Test
18+
script:
19+
- gem install --no-user-install bundler -v '2.0.1'
20+
- bundler install
21+
- COVERALLS_DEBUG=true CI_NAME=bitbucket CI_BUILD_NUMBER=$BITBUCKET_BUILD_NUMBER CI_BRANCH=$BITBUCKET_BRANCH COVERALLS_REPO_TOKEN=$COVERALLS_REPO_TOKEN bundler exec rspec
1322
- printenv
14-
- curl https://api.bitbucket.org/2.0/repositories/LukinEgor/demo-diff/commit/cff89e2084fb1fbd4da8eb50679e3d22b650015b/pullrequests

0 commit comments

Comments
 (0)