Sha256: e290ffcfe3d226d3d41640e3ba1db72daedb266e2bff8a0f3faf7323af12a043
Contents?: true
Size: 464 Bytes
Versions: 19
Compression:
Stored size: 464 Bytes
Contents
version: '3' services: base: &base image: arstotzka working_dir: /home/app/app volumes: - .:/home/app/app base_build: <<: *base build: . command: echo done arstotzka: <<: *base container_name: arstotzka depends_on: [base_build] command: /bin/bash -c 'rspec' test_all: <<: *base depends_on: [base_build] command: /bin/bash -c 'rspec && yard && rake yardstick_measure && rake verify_measurements'
Version data entries
19 entries across 19 versions & 1 rubygems