Skip to content

Commit

Permalink
polish
Browse files Browse the repository at this point in the history
  • Loading branch information
adriancole committed Nov 24, 2020
1 parent 337aaab commit 7692ca7
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
GH_USER: ${{ secrets.GH_USER }}
# GH_TOKEN=<hex token value>
# - pushes gh-pages during build-bin/idl_to_gh_pages
# - create via https://github.com/settings/tokens
GH_TOKEN: ${{ secrets.GH_TOKEN }}
GPG_SIGNING_KEY: ${{ secrets.GPG_SIGNING_KEY }}
# GPG_PASSPHRASE=<passphrase for GPG_SIGNING_KEY>
Expand All @@ -51,5 +52,4 @@ jobs:
SONATYPE_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }}
run: | # GITHUB_REF will be refs/heads/master or refs/tags/N.M.L
build-bin/configure_deploy &&
build-bin/git/login_git &&
build-bin/deploy $(echo ${GITHUB_REF} | cut -d/ -f 3)
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ on:
jobs:
test:
runs-on: ubuntu-20.04 # newest available distribution, aka focal
if: "!contains(github.event.head_commit.message, 'maven-release-plugin')"
steps:
- name: Checkout Repository
uses: actions/checkout@v2
Expand Down
1 change: 0 additions & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ This repo uses semantic versions. Please keep this in mind when choosing version
The `N.M.L` tag triggers [`build-bin/deploy`](build-bin/deploy), which does the following:
* Publishes jars to https://oss.sonatype.org/content/repositories/releases [`build-bin/maven/maven_deploy`](build-bin/maven/maven_deploy)
* Later, the same jars synchronize to Maven Central
* Pushes images to Docker registries [`build-bin/docker_push`](build-bin/docker_push)

Notes:
* https://search.maven.org/ index will take longer than direct links like https://repo1.maven.org/maven2/io/zipkin
Expand Down
3 changes: 3 additions & 0 deletions build-bin/configure_deploy
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,6 @@ set -ue

build-bin/maven/maven_go_offline
build-bin/gpg/configure_gpg

# openzipkin/zipkin-api publishes gh-pages on commit
build-bin/git/login_git

0 comments on commit 7692ca7

Please sign in to comment.