Skip to content

Commit 6c69e05

Browse files
Removed running apt update and install host because dspace user does not have permissions for that (#1125)
1 parent bc6d9d5 commit 6c69e05

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,9 +101,6 @@ jobs:
101101
## !!!!! please remove this section if you do not want handle server !!!!!!!
102102
echo "====="
103103
echo "installing handle server"
104-
docker exec dspace${INSTANCE} apt update
105-
docker exec dspace${INSTANCE} apt install host -y
106-
echo "installed host from apt"
107104
docker exec dspace${INSTANCE} /dspace/bin/make-handle-config
108105
echo "made handle config:"
109106
docker exec dspace${INSTANCE} cat /dspace/handle-server/config.dct

0 commit comments

Comments
 (0)