zammad: remove yarn steps from update script

This commit is contained in:
netali 2023-11-23 16:56:02 +01:00
parent a68bc4feaf
commit 5f2e034f10
No known key found for this signature in database
GPG Key ID: 9C55E636426B40A9

View File

@ -55,11 +55,6 @@ pushd $SOURCE_DIR
echo ":: Creating gemset.nix"
bundix --lockfile=./Gemfile.lock --gemfile=./Gemfile --gemset=$TARGET_DIR/gemset.nix
echo ":: Creating yarn.nix"
yarn install
cp yarn.lock $TARGET_DIR
yarn2nix > $TARGET_DIR/yarn.nix
# needed to avoid import from derivation
jq --arg VERSION "$VERSION" '. += {name: "Zammad", version: $VERSION}' package.json > $TARGET_DIR/package.json