Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Muen342 committed Jun 26, 2024
1 parent a4d6dd9 commit a6c2557
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .semaphore/semaphore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,10 @@ blocks:
if [[ "${SEMAPHORE_ORGANIZATION_URL}" != *".semaphoreci.com" ]] && [ "$NANO_VERSION" = "true" ] && [ "$RELEASE_JOB" = "false" ] && [ "$ENABLE_PUBLISH_ARTIFACTS" = "true" ]; then
. ci-tools ci-update-version
fi
- |
if [[ "${SEMAPHORE_ORGANIZATION_URL}" != *".semaphoreci.com" ]]; then
make compile-validate
fi
# - |
# if [[ "${SEMAPHORE_ORGANIZATION_URL}" != *".semaphoreci.com" ]]; then
# make compile-validate
# fi
- |
if [[ "${SEMAPHORE_ORGANIZATION_URL}" != *".semaphoreci.com" ]]; then
make check-scala-compatibility
Expand Down

0 comments on commit a6c2557

Please sign in to comment.