@@ -10,56 +10,56 @@ cache:
10
10
11
11
env :
12
12
global :
13
- - COVERAGE=1
14
- - PATH=/snap/bin:$PATH
13
+ - COVERAGE=1
14
+ - PATH=/snap/bin:$PATH
15
15
matrix :
16
- - INTEGRATION_SPECS=0
17
- - INTEGRATION_SPECS=1
16
+ - INTEGRATION_SPECS=0
17
+ - INTEGRATION_SPECS=1
18
18
19
19
addons :
20
20
snaps :
21
- - name : docker
22
- channel : latest/beta
21
+ - name : docker
22
+ channel : latest/beta
23
23
24
24
stages :
25
- - test
26
- - ' :ship: it to quay.io'
25
+ - test
26
+ - ' :ship: it to quay.io'
27
27
28
28
jobs :
29
29
allow_failures :
30
- - script : ./script/docker-build-and-push
30
+ - script : ./script/docker-build-and-push
31
31
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
35
35
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
40
40
41
41
before_install :
42
- - gem update --silent --system 3.3.26
42
+ - gem update --silent --system 3.3.26
43
43
44
44
before_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
48
48
49
49
script :
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
55
55
56
56
after_success : bundle exec codeclimate-test-reporter
57
57
58
58
after_failure : bundle exec rake dump_examples_logs
59
59
60
60
before_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
63
63
64
64
deploy :
65
65
provider : s3
0 commit comments