init
This commit is contained in:
parent
e6d6eb78cc
commit
436893d369
@ -63,7 +63,7 @@ spec:
|
||||
SRC=$(echo "$SOURCES" | cut -d' ' -f1)
|
||||
SOURCES=$(echo "$SOURCES" | cut -s -d' ' -f2-)
|
||||
echo "Importing: $SRC → $TARGET"
|
||||
nx import "$SRC" "$TARGET"
|
||||
npx nx import "$SRC" "$TARGET"
|
||||
echo "Updating version to $(params.version)"
|
||||
sed -i.bak "s/^version = .*/version = \"$(params.version)\"/" "$TARGET/Cargo.toml"
|
||||
rm -f "$TARGET/Cargo.toml.bak"
|
||||
|
Loading…
x
Reference in New Issue
Block a user