Skip to content

Commit

Permalink
Removed quotes
Browse files Browse the repository at this point in the history
Signed-off-by: Guian Gumpac <guian.gumpac@improving.com>
  • Loading branch information
GumpacG committed Aug 30, 2024
1 parent 0554104 commit 6fbbcf3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/java-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -231,8 +231,8 @@ jobs:
- name: Test deployment
working-directory: java
run: |
export CENTRAL_TOKEN_USERNAME="${{ secrets.CENTRAL_TOKEN_USERNAME }}"
export CENTRAL_TOKEN_PASSWORD="${{ secrets.CENTRAL_TOKEN_PASSWORD }}"
export CENTRAL_TOKEN_USERNAME=${{ secrets.CENTRAL_TOKEN_USERNAME }}
export CENTRAL_TOKEN_PASSWORD=${{ secrets.CENTRAL_TOKEN_PASSWORD }}
export RUN_DEPLOYMENT_TEST=true
export GLIDE_RELEASE_VERSION=${{ env.RELEASE_VERSION }}
./gradlew run
Expand Down

0 comments on commit 6fbbcf3

Please sign in to comment.