Skip to content

Commit

Permalink
chore: update repo semaphore config
Browse files Browse the repository at this point in the history
  • Loading branch information
ConfluentSemaphore committed Sep 25, 2024
1 parent 0f550af commit c091826
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .semaphore/semaphore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,8 @@ blocks:
jobs:
- name: Test
commands:
- pip install confluent-release-tools -q
- . sem-pint -c
- mvn -Dcloud -Pjenkins -U -Dmaven.wagon.http.retryHandler.count=10 --batch-mode --no-transfer-progress clean verify install dependency:analyze validate -Ddependency.check.skip=true
- . sem-pint
- mvn -Dcloud -Pjenkins -U -Dmaven.wagon.http.retryHandler.count=10 --batch-mode --no-transfer-progress clean verify install dependency:analyze validate
- cve-scan
- . cache-maven store
epilogue:
Expand All @@ -58,7 +57,7 @@ blocks:
- name: Release
commands:
- mvn -Dcloud -Pjenkins -U -Dmaven.wagon.http.retryHandler.count=10 --batch-mode -DaltDeploymentRepository=confluent-codeartifact-internal::default::https://confluent-519856050701.d.codeartifact.us-west-2.amazonaws.com/maven/maven-snapshots/
-DrepositoryId=confluent-codeartifact-internal deploy -DskipTests -Ddependency.check.skip=true
-DrepositoryId=confluent-codeartifact-internal deploy -DskipTests

after_pipeline:
task:
Expand Down

0 comments on commit c091826

Please sign in to comment.