diff --git a/.semaphore/semaphore.yml b/.semaphore/semaphore.yml index 1562952d..83b5abf4 100644 --- a/.semaphore/semaphore.yml +++ b/.semaphore/semaphore.yml @@ -30,7 +30,7 @@ global_job_config: - git submodule update --init --recursive epilogue: commands: - - if [[ $(command cache) ]]; then cache store "$LIBRDKAFKA_COMMIT_HASH" deps/librdkafka; done + - if [[ $(command cache) ]]; then cache store "$LIBRDKAFKA_COMMIT_HASH" deps/librdkafka; fi blocks: - name: "Linux amd64 (musl): Build and test"