mirror of
https://github.com/github/codeql.git
synced 2026-05-25 00:27:09 +02:00
minor fix
This commit is contained in:
@@ -59,7 +59,7 @@ jobs:
|
||||
# NEXT_VERSION="$MAJOR.$MINOR.$((PATCH + 1))"
|
||||
|
||||
# Extract dependencies from the existing qlpack.yml before deleting
|
||||
DEPENDENCIES=$(yq '.dependencies' "$LANGUAGE/ql/src/qlpack.yml" 2>/dev/null || echo "")
|
||||
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