@@ -10,56 +10,56 @@ cache:
1010
1111env :
1212 global :
13- - COVERAGE=1
14- - PATH=/snap/bin:$PATH
13+ - COVERAGE=1
14+ - PATH=/snap/bin:$PATH
1515 matrix :
16- - INTEGRATION_SPECS=0
17- - INTEGRATION_SPECS=1
16+ - INTEGRATION_SPECS=0
17+ - INTEGRATION_SPECS=1
1818
1919addons :
2020 snaps :
21- - name : docker
22- channel : latest/beta
21+ - name : docker
22+ channel : latest/beta
2323
2424stages :
25- - test
26- - ' :ship: it to quay.io'
25+ - test
26+ - ' :ship: it to quay.io'
2727
2828jobs :
2929 allow_failures :
30- - script : ./script/docker-build-and-push
30+ - script : ./script/docker-build-and-push
3131 include :
32- - stage : test
33- env :
34- script : ./script/validate-example-payloads-with-docker
32+ - stage : test
33+ env :
34+ script : ./script/validate-example-payloads-with-docker
3535
36- - stage : ' :ship: it to quay.io'
37- env :
38- script : ./script/docker-build-and-push
39- if : (branch = master and type = push ) OR commit_message =~ /ship:docker/ OR env(SHIP_DOCKER) = true
36+ - stage : ' :ship: it to quay.io'
37+ env :
38+ script : ./script/docker-build-and-push
39+ if : (branch = master and type = push ) OR commit_message =~ /ship:docker/ OR env(SHIP_DOCKER) = true
4040
4141before_install :
42- - gem update --silent --system 3.3.26
42+ - gem update --silent --system 3.3.26
4343
4444before_script :
45- - eval "$(script/handle-docker-config)"
46- - bundle install
47- - bundle exec rake clean assets:precompile
45+ - eval "$(script/handle-docker-config)"
46+ - bundle install
47+ - bundle exec rake clean assets:precompile
4848
4949script :
50- - bundle exec rspec spec
51- - bundle exec rake shfmt
52- - bundle exec rake assert_clean
53- - bundle exec rake shellcheck
54- - bundle exec rake assert_examples
50+ - bundle exec rspec spec
51+ - bundle exec rake shfmt
52+ - bundle exec rake assert_clean
53+ - bundle exec rake shellcheck
54+ - bundle exec rake assert_examples
5555
5656after_success : bundle exec codeclimate-test-reporter
5757
5858after_failure : bundle exec rake dump_examples_logs
5959
6060before_deploy :
61- - sudo pip install -U -I Pygments
62- - ./script/build-s3-index-html
61+ - sudo pip install -U -I Pygments
62+ - ./script/build-s3-index-html
6363
6464deploy :
6565 provider : s3
0 commit comments