version: "v1.0" name: renuo-cli agent: machine: type: e2-standard-2 os_image: ubuntu2204 auto_cancel: running: when: "true" fail_fast: cancel: when: "branch != 'main'" blocks: - name: tests execution_time_limit: minutes: 5 dependencies: [] task: secrets: - name: renuo-cli prologue: commands: - checkout --use-cache - source .semaphore/bin/cache_restore ruby - bundle install -j 4 --path vendor/bundle - source .semaphore/bin/cache_store ruby jobs: - name: tests commands: - ENV=CI bin/check promotions: - name: main pipeline_file: main-deploy.yml