Skip to content

Commit

Permalink
Follow-up fix for CEL Common Expression Language dependency (#361)
Browse files Browse the repository at this point in the history
Signed-off-by: rulex123 <29862113+rulex123@users.noreply.github.com>
  • Loading branch information
rulex123 committed Apr 23, 2024
1 parent 1e20545 commit d0af036
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/update-api.sh
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ mkdir -p "${protodir}/opentelemetry/proto"
cp -r opentelemetry-proto-*/opentelemetry/proto/* "${protodir}/opentelemetry/proto"

curl -sL https://github.com/google/cel-spec/archive/v${CEL_VERSION}.tar.gz | tar xz --wildcards '*.proto'
mkdir -p "${protodir}/cel-spec"
cp -r cel-spec-*/proto/* "${protodir}/cel-spec"
mkdir -p "${protodir}/cel/expr"
cp -r cel-spec-*/proto/cel/expr/* "${protodir}/cel/expr"

popd >/dev/null

0 comments on commit d0af036

Please sign in to comment.