init
This commit is contained in:
parent
f6804df350
commit
9628ebdc6c
@ -90,7 +90,7 @@ spec:
|
||||
cd -
|
||||
|
||||
echo "Importing: $SRC → $TARGET"
|
||||
npx nx import "$SRC" "$TARGET" --no-interactive --branch=master
|
||||
npx nx import --sourceDirectory="$SRC" --destinationDirectory="$TARGET" --interactive=false --ref=main
|
||||
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