File tree Expand file tree Collapse file tree 1 file changed +0
-27
lines changed Expand file tree Collapse file tree 1 file changed +0
-27
lines changed Original file line number Diff line number Diff line change @@ -317,27 +317,6 @@ jobs:
317
317
exit 1
318
318
fi
319
319
320
-
321
- lint_version :
322
- executor : builder
323
- steps :
324
- - setup_elixir-omg_workspace
325
- - run :
326
- command : |
327
- if [ -n "$CIRCLE_TAG" ]; then
328
- _tagged_version="${CIRCLE_TAG#*v}"
329
- _tagged_version_ignoring_pre="${_tagged_version%%-pre.*}"
330
- _filed_version="$(head -n 1 ./VERSION | sed 's/^[ \t]*//;s/[ \t]*$//')"
331
-
332
- if [ "$_tagged_version_ignoring_pre" != "$_filed_version" ]; then
333
- echo "The git tag \"${CIRCLE_TAG}\" expects the VERSION to be \"${_tagged_version_ignoring_pre}\". Got \"${_filed_version}\"."
334
- exit 1
335
- fi
336
- else
337
- echo "This build is not version-tagged. Skipping version lint."
338
- exit 0
339
- fi
340
-
341
320
sobelow :
342
321
executor : builder_pg
343
322
environment :
@@ -1115,9 +1094,6 @@ workflows:
1115
1094
- lint :
1116
1095
requires : [build]
1117
1096
filters : *all_branches_and_tags
1118
- - lint_version :
1119
- requires : [build]
1120
- filters : *all_branches_and_tags
1121
1097
- sobelow :
1122
1098
requires : [build]
1123
1099
filters : *all_branches_and_tags
@@ -1144,7 +1120,6 @@ workflows:
1144
1120
property_tests,
1145
1121
dialyzer,
1146
1122
lint,
1147
- lint_version,
1148
1123
audit_deps
1149
1124
]
1150
1125
filters : &master_and_version_branches_and_all_tags
@@ -1168,7 +1143,6 @@ workflows:
1168
1143
property_tests,
1169
1144
dialyzer,
1170
1145
lint,
1171
- lint_version,
1172
1146
audit_deps
1173
1147
]
1174
1148
filters : *master_and_version_branches_and_all_tags
@@ -1221,7 +1195,6 @@ workflows:
1221
1195
property_tests,
1222
1196
dialyzer,
1223
1197
lint,
1224
- lint_version,
1225
1198
audit_deps
1226
1199
]
1227
1200
context :
You can’t perform that action at this time.
0 commit comments