File tree Expand file tree Collapse file tree 4 files changed +8
-27
lines changed Expand file tree Collapse file tree 4 files changed +8
-27
lines changed Original file line number Diff line number Diff line change 1- name : Release
1+ name : CI
22on :
3- push :
4- branches : [master, main]
5- tags : ["*"]
3+ - push
4+ - pull_request
65jobs :
7- publish :
6+ ci :
87 runs-on : ubuntu-20.04
98 steps :
109 - uses : actions/checkout@v2.3.4
1918 key : ${{ runner.os }}-sbt
2019 - uses : olafurpg/setup-scala@v10
2120 - uses : olafurpg/setup-gpg@v3
21+ - run : ./make.sh
2222 - run : ./publish.sh
2323 env :
2424 PGP_PASSPHRASE : ${{ secrets.PGP_PASSPHRASE }}
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11# Darwin
22
3+ [ ![ CI] ( https://github.com/agile-lab-dev/darwin/actions/workflows/ci.yml/badge.svg )] ( https://github.com/agile-lab-dev/darwin/actions/workflows/ci.yml )
34[ ![ Gitter] ( https://badges.gitter.im/agile-lab-darwin/community.svg )] ( https://gitter.im/agile-lab-darwin/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge )
45
56<img align =" right " height =" 260 " src =" docs/img/logo/darwin-icon.svg " >
Original file line number Diff line number Diff line change 11#! /bin/bash
2- export CI_RELEASE=' clean;scalastyle;+test;+ publishSigned;darwin-hbase2-connector/clean;darwin-hbase2-connector/scalastyle;+darwin-hbase2-connector/test ;+darwin-hbase2-connector/publishSigned'
3- export CI_SNAPSHOT_RELEASE=' clean;scalastyle;+test;+ publish;darwin-hbase2-connector/clean;darwin-hbase2-connector/scalastyle;+darwin-hbase2-connector/test ;+darwin-hbase2-connector/publish'
2+ export CI_RELEASE=' + publishSigned;+darwin-hbase2-connector/publishSigned'
3+ export CI_SNAPSHOT_RELEASE=' + publish;+darwin-hbase2-connector/publish'
44sbt -v ci-release
You can’t perform that action at this time.
0 commit comments