Skip to content

Commit

Permalink
disable roundup in unstable-cicd.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdunnjpl committed Sep 6, 2024
1 parent 9d00341 commit fae80d7
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/unstable-cicd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,17 +67,17 @@ jobs:
key: pds-${{runner.os}}-mvn-${{hashFiles('**/pom.xml')}}
# To restore a set of files, we only need to match a prefix of the saved key.
restore-keys: pds-${{runner.os}}-mvn-
-
name: 🤠 Roundup
uses: NASA-PDS/roundup-action@ff-only
with:
assembly: unstable
packages: openjdk17-jdk
env:
ossrh_username: ${{secrets.OSSRH_USERNAME}}
ossrh_password: ${{secrets.OSSRH_PASSWORD}}
CODE_SIGNING_KEY: ${{secrets.CODE_SIGNING_KEY}}
ADMIN_GITHUB_TOKEN: ${{secrets.ADMIN_GITHUB_TOKEN}}
# -
# name: 🤠 Roundup
# uses: NASA-PDS/roundup-action@ff-only
# with:
# assembly: unstable
# packages: openjdk17-jdk
# env:
# ossrh_username: ${{secrets.OSSRH_USERNAME}}
# ossrh_password: ${{secrets.OSSRH_PASSWORD}}
# CODE_SIGNING_KEY: ${{secrets.CODE_SIGNING_KEY}}
# ADMIN_GITHUB_TOKEN: ${{secrets.ADMIN_GITHUB_TOKEN}}
-
name: 🫙 Jar File Determination
id: jarrer
Expand Down

0 comments on commit fae80d7

Please sign in to comment.