Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
lmolkova committed Mar 1, 2024
1 parent 1903da6 commit bc5bb60
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions scripts/semconv/generate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ OTEL_SEMCONV_GEN_IMG_VERSION=feature-codegen-by-namespace
EXPERIMENTAL_DIR=experimental
cd ${SCRIPT_DIR}

#rm -rf semantic-conventions || true
#mkdir semantic-conventions
#cd semantic-conventions
rm -rf semantic-conventions || true
mkdir semantic-conventions
cd semantic-conventions

#git init
#git remote add origin https://github.com/open-telemetry/semantic-conventions.git
#git fetch origin "$SEMCONV_VERSION"
#git reset --hard FETCH_HEAD
#cd ${SCRIPT_DIR}
git init
git remote add origin https://github.com/open-telemetry/semantic-conventions.git
git fetch origin "$SEMCONV_VERSION"
git reset --hard FETCH_HEAD
cd ${SCRIPT_DIR}

# Check new schema version was added to schemas.py manually
SCHEMAS_PY_PATH=${ROOT_DIR}/opentelemetry-semantic-conventions/src/opentelemetry/semconv/schemas.py
Expand Down

0 comments on commit bc5bb60

Please sign in to comment.