mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-05 03:04:11 +01:00
Remove thing from jenkins.sh
This commit is contained in:
parent
f55bf46c7c
commit
ba64d9fe5a
|
|
@ -1,7 +1,5 @@
|
||||||
#! /bin/bash
|
#! /bin/bash
|
||||||
|
|
||||||
git rev-parse --abbrev-ref HEAD 2>/dev/null; git describe --exact-match 2>/dev/null; git rev-parse --short HEAD 2>/dev/null;
|
|
||||||
|
|
||||||
set -ex
|
set -ex
|
||||||
|
|
||||||
(cd event-schemas/ && ./check_examples.py)
|
(cd event-schemas/ && ./check_examples.py)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue