Skip to content

Commit

Permalink
Stop building any releases on Bitbucket Pipelines
Browse files Browse the repository at this point in the history
We still keep ability to build PRs though to allow contributions there.
Releases are now built on Github, though published to Bitbucket for a
while.

Issue: #175
  • Loading branch information
mlopatkin committed Dec 25, 2021
1 parent b56cf68 commit 5956794
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions bitbucket-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,26 +2,6 @@
image: openjdk:8u302-jdk@sha256:e94c5b7f0f428b581053fbb8c0f994f1a27df570e0f7753fad6dffb06c3baf22

pipelines:
branches:
'{master,release/*}': # SNAPSHOT builds for each checked-in pull request
- step:
caches:
- gradle
- gradlewrapper
script:
- export PYTHON_BINARY=python3
- bash ./gradlew build bitbucketUpload --continue
tags:
'*':
- step: # Release (non-SNAPSHOT) build
caches:
- gradle
- gradlewrapper
script:
- export PYTHON_BINARY=python3
- export LOGVIEW_SNAPSHOT_BUILD=false
- bash ./gradlew bitbucketUpload

pull-requests:
'**':
- step:
Expand Down

0 comments on commit 5956794

Please sign in to comment.