Skip to content

Commit

Permalink
159
Browse files Browse the repository at this point in the history
  • Loading branch information
tomjfrog committed Sep 22, 2023
1 parent 0f7c8f6 commit 60622a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/build-and-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,4 @@ jobs:
if: always()
- name: Set GITHUB_SHA on Artifacts
run: |
jf rt sp --build ${{ github.repository }}/${{ github.run_number }} git_sha=${{ github.sha }}
# - name: Scan Build
# run: |
# # Scan the build-info
# jf bs ${{ github.repository }} ${{ github.run_number }}
# if: always()
jf rt sp --build ${{ github.repository }}/${{ github.run_number }} git_sha=${{ github.sha }}
2 changes: 1 addition & 1 deletion .github/workflows/promote-release-candidate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
--header "X-JFrog-Signing-Key-Name: ${{ secrets.RELEASE_BUNDLE_SIGNING_KEY }}" \
--data '{"environment":"PROD","included_repository_keys":["phoenix-maven-prod-local"],"overwrite_existing_artifacts":false}' \
--url https://tomjfrog.jfrog.io/lifecycle/api/v2/promotion/records/phoenix-project-release-bundle/0.0.1-rc-92)
echo $PROMOTE_RESULT >> $GITHUB_ENV
echo PROMOTE_RESULT=$PROMOTE_RESULT >> $GITHUB_ENV
- name: Validate Promotion
id: validate_promotion
env:
Expand Down

0 comments on commit 60622a5

Please sign in to comment.