Skip to content
This repository has been archived by the owner on Dec 12, 2024. It is now read-only.

Commit

Permalink
Issue #234: More prep for tbdex-kt:1.0.0:
Browse files Browse the repository at this point in the history
* Remove TBD Releases repo from pom.xml so we are definitely testing with released versions in Maven Central
* Mirror build settings from web5-kt until we can centralize them
  • Loading branch information
ALRubinger committed Apr 8, 2024
1 parent 3cae66c commit 3aee120
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 21 deletions.
12 changes: 3 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,8 @@ jobs:
- name: Build, Test, and Verify
run: |
# Maven "verify" lifecycle will build, test, and verify
mvn verify \
--batch-mode \
-P sign-artifacts
env:
SIGN_KEY_PASS: ${{ secrets.GPG_SECRET_PASSPHRASE }}
SIGN_KEY: ${{ secrets.GPG_SECRET_KEY }}
# Maven "test" lifecycle will build and test only on MacOS
mvn test
# On Ubuntu we build, test, verify, and deploy: Code Coverage, Test Vectors, and SNAPSHOT artifacts to TBD Artifactory
build-test-deploy-snapshot-ubuntu:
Expand Down Expand Up @@ -141,7 +136,6 @@ jobs:
path: |
**/target/surefire-reports/*.xml
# Uncomment these before merging upstream again; this Action is custom to TBD and can't be verified in ALRubinger fork
- name: Generate an access token to trigger downstream repo
uses: actions/create-github-app-token@2986852ad836768dfea7781f31828eb3e17990fa # v1.6.2
id: generate_token
Expand Down Expand Up @@ -174,4 +168,4 @@ jobs:
steps:
- name: Log Success
run: |
echo "Builds for MacOS and Ubuntu succeeded."
echo "Builds for MacOS and Ubuntu succeeded."
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,4 +149,4 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }}
keep_files: true
publish_dir: ./public
full_commit_message: Publish documentation to GitHub pages
full_commit_message: Publish documentation to GitHub pages
11 changes: 0 additions & 11 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -362,17 +362,6 @@
</snapshots>
<url>https://blockxyz.jfrog.io/artifactory/tbd-oss-snapshots-maven2/</url>
</repository>
<repository>
<id>tbd-oss-releases</id>
<name>tbd-oss-releases</name>
<releases>
<enabled>true</enabled>
</releases>
<snapshots>
<enabled>false</enabled>
</snapshots>
<url>https://blockxyz.jfrog.io/artifactory/tbd-oss-releases-maven2/</url>
</repository>
</repositories>

<pluginRepositories>
Expand Down

0 comments on commit 3aee120

Please sign in to comment.