Skip to content

Commit

Permalink
Add echo to GitHub workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
alexhung committed Aug 13, 2024
1 parent cf33afe commit aaba0c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/acceptance-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ jobs:
JFROG_ACCESS_TOKEN: ${{ secrets.JFROG_ACCESS_TOKEN }}
run: |
RT_VERSION=$(curl -s -L '${JFROG_URL}/artifactory/api/system/version' -H 'Authorization: Bearer ${JFROG_ACCESS_TOKEN}' | jq -r .version)
echo $RT_VERSION
echo "version=$RT_VERSION" >> "$GITHUB_OUTPUT"
- name: Execute acceptance tests
env:
Expand Down

0 comments on commit aaba0c9

Please sign in to comment.