8000 chore: update repo semaphore config · confluentinc/kafka-images@0b15e7b · GitHub
[go: up one dir, main page]

Skip to content

Commit

Permalink
chore: update repo semaphore config
Browse files Browse the repository at this point in the history
  • Loading branch information
hk10111 committed Dec 12, 2024
1 parent 6d7d7b1 commit 0b15e7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .semaphore/semaphore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ global_job_config:
prologue:
commands:
- checkout
- sem-version java 8
- if [[ $SEMAPHORE_GIT_BRANCH =~ ^7\..* ]]; then sem-version java 8; else sem-version java 17; fi
- . vault-setup
- . cache-maven restore
- pip install tox==3.28.0
Expand Down

0 comments on commit 0b15e7b

Please sign in to comment.
0