Archived
1
0

Revert "Add linkup command to improve link functionality" (#4439)

This reverts commit 2504f6fce4.
This commit is contained in:
Joe Previte
2021-11-03 14:42:14 -07:00
committed by GitHub
parent dcc9cf3dd2
commit 219cad1783
6 changed files with 1 additions and 50 deletions

View File

@ -61,7 +61,6 @@ EOF
rsync node_modules/ "$RELEASE_PATH/node_modules"
mkdir -p "$RELEASE_PATH/lib"
rsync ./lib/coder-cloud-agent "$RELEASE_PATH/lib"
rsync ./lib/linkup "$RELEASE_PATH/lib"
fi
}