mirror of
https://github.com/github/codeql.git
synced 2026-05-25 00:27:09 +02:00
minor fix
This commit is contained in:
@@ -58,9 +58,9 @@ jobs:
|
||||
# PATCH=$(echo "$CURRENT_VERSION" | cut -d. -f3)
|
||||
# NEXT_VERSION="$MAJOR.$MINOR.$((PATCH + 1))"
|
||||
|
||||
# # Extract dependencies from the existing qlpack.yml before deleting
|
||||
# DEPENDENCIES=$(yq '{ dependencies: .dependencies }' "$LANGUAGE/ql/src/qlpack.yml" 2>/dev/null | yq eval '.dependencies' -)
|
||||
# rm -f "$LANGUAGE/ql/src/qlpack.yml" "$LANGUAGE/ql/src/qlpack.lock"
|
||||
# Extract dependencies from the existing qlpack.yml before deleting
|
||||
DEPENDENCIES=$(yq '{ dependencies: .dependencies }' "$LANGUAGE/ql/src/qlpack.yml" 2>/dev/null | yq eval '.dependencies' -)
|
||||
rm -f "$LANGUAGE/ql/src/qlpack.yml" "$LANGUAGE/ql/src/qlpack.lock"
|
||||
|
||||
FIRST_VERSION="0.0.1"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user