Skip to content

Commit

Permalink
We still need non SNAPSHOT for other dependencies...
Browse files Browse the repository at this point in the history
Signed-off-by: Drew Baugher <46505179+dbbaughe@users.noreply.github.com>
  • Loading branch information
dbbaughe committed Aug 13, 2021
1 parent 834d803 commit 4b81f0e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test-and-build-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,10 @@ jobs:
- name: Build OpenSearch
working-directory: ./OpenSearch
# min artifact has SNAPSHOT published to maven which is needed for running tests
run: ./gradlew publishToMavenLocal -Dbuild.snapshot=true
# but we also still need non SNAPSHOT for the other dependencies that are building like common utils
run: |
./gradlew publishToMavenLocal -Dbuild.snapshot=true
./gradlew publishToMavenLocal -Dbuild.snapshot=false
# dependencies: common-utils
- name: Checkout common-utils
uses: actions/checkout@v2
Expand Down

0 comments on commit 4b81f0e

Please sign in to comment.