version: "v1.0" name: renuo-cli agent: machine: type: e1-standard-2 os_image: ubuntu1804 auto_cancel: running: when: "true" fail_fast: cancel: when: "branch != 'master'" 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: - bin/check promotions: - name: master pipeline_file: master-deploy.yml