Delete schema 1.6.0 (#1910)
* Delete 1.6.0 Closes #1909 * Skip schema check for 1.6.0
This commit is contained in:
parent
30fed0f050
commit
74479daa4b
|
|
@ -1,6 +0,0 @@
|
||||||
file_format: 1.0.0
|
|
||||||
schema_url: https://opentelemetry.io/schemas/1.6.0
|
|
||||||
versions:
|
|
||||||
1.6.0:
|
|
||||||
1.5.0:
|
|
||||||
1.4.0:
|
|
||||||
|
|
@ -6,9 +6,8 @@
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
# This is the list of vesions that were released before the schemas were
|
# List of vesions that do not require or have a schema.
|
||||||
# introduced and which did not require a schema file.
|
declare -a skip_versions=("1.0.0" "1.0.1" "1.1.0" "1.2.0" "1.3.0" "1.6.0")
|
||||||
declare -a skip_versions=("1.0.0" "1.0.1" "1.1.0" "1.2.0" "1.3.0")
|
|
||||||
|
|
||||||
schemas_dir="../schemas"
|
schemas_dir="../schemas"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue