Skip to content

Commit

Permalink
chore: update repo semaphore task
Browse files Browse the repository at this point in the history
  • Loading branch information
ConfluentSemaphore committed Dec 1, 2024
1 parent eca0175 commit d0e9d86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .semaphore/cp_dockerfile_build.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
- export GIT_COMMIT=$(git rev-parse --verify HEAD --short)
Expand Down

0 comments on commit d0e9d86

Please sign in to comment.