Skip to content

Commit

Permalink
env
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasht86 committed Jul 3, 2024
1 parent 6facd56 commit 92e9ac0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy-with-java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,10 @@ jobs:
java-version: "17"
# Find Vespa version of current production deployment
- name: Find compile version
env:
VESPA_TEAM_API_KEY: ${{ secrets.VESPA_TEAM_API_KEY }}
working-directory: tests/testapps/production-deployment-with-tests-java
run: mvn -B clean vespa:compileVersion -DapiKey="${VESPA_TEAM_VESPACLOUD_DOCSEARCH_API_KEY}"
run: mvn -B clean vespa:compileVersion -DapiKey="${VESPA_TEAM_API_KEY}"

# Build the application package and the tester bundle
- name: Build with Maven
Expand Down

0 comments on commit 92e9ac0

Please sign in to comment.