This repository was archived by the owner on Nov 6, 2020. It is now read-only.
File tree 2 files changed +12
-10
lines changed
2 files changed +12
-10
lines changed Original file line number Diff line number Diff line change @@ -44,6 +44,13 @@ test-linux:
44
44
tags :
45
45
- rust-stable
46
46
47
+ test-audit :
48
+ stage : test
49
+ script :
50
+ - scripts/gitlab/cargo-audit.sh
51
+ tags :
52
+ - rust-stable
53
+
47
54
build-linux :
48
55
stage : build
49
56
only : *releaseable_branches
@@ -104,25 +111,18 @@ publish-awss3:
104
111
tags :
105
112
- shell
106
113
107
- docs-jsonrpc :
108
- stage : optional
114
+ publish-docs :
115
+ stage : publish
109
116
only :
110
117
- tags
111
118
except :
112
119
- nightly
113
120
cache : {}
114
121
script :
115
- - scripts/gitlab/docs-jsonrpc .sh
122
+ - scripts/gitlab/publish-docs .sh
116
123
tags :
117
124
- shell
118
125
119
- cargo-audit :
120
- stage : optional
121
- script :
122
- - scripts/gitlab/cargo-audit.sh
123
- tags :
124
- - rust-stable
125
-
126
126
build-android :
127
127
stage : optional
128
128
image : parity/rust-android:gitlab-ci
@@ -132,6 +132,7 @@ build-android:
132
132
- scripts/gitlab/build-unix.sh
133
133
tags :
134
134
- rust-arm
135
+ allow_failure : true
135
136
136
137
test-beta :
137
138
stage : optional
@@ -141,6 +142,7 @@ test-beta:
141
142
- scripts/gitlab/test-all.sh beta
142
143
tags :
143
144
- rust-beta
145
+ allow_failure : true
144
146
145
147
test-nightly :
146
148
stage : optional
File renamed without changes.
You can’t perform that action at this time.
0 commit comments