Skip to content

Commit

Permalink
modify: use pacthed makefile to avoid tty error
Browse files Browse the repository at this point in the history
  • Loading branch information
MahdiBaghbani committed Dec 5, 2023
1 parent 9421f7b commit 83706aa
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions ci/ocm-test-suite-init-deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,9 @@ BRANCH_REVA=v1.26.0
${REPO_NEXTCLOUD_APP} \
nextcloud-sciencemesh \
&& \
docker run --rm -t \
docker run --rm \
-v "$(pwd)/nextcloud-sciencemesh:/var/www/html/apps/sciencemesh" \
-v "$(pwd)/ci/sciencemesh-patched.Makefile:/var/www/html/apps/sciencemesh/Makefile" \
--workdir /var/www/html/apps/sciencemesh \
pondersource/dev-stock-nextcloud-sciencemesh \
make composer
Expand All @@ -71,8 +72,9 @@ BRANCH_REVA=v1.26.0
${REPO_OWNCLOUD_APP} \
owncloud-sciencemesh \
&& \
docker run --rm -t \
docker run --rm \
-v "$(pwd)/owncloud-sciencemesh:/var/www/html/apps/sciencemesh" \
-v "$(pwd)/ci/sciencemesh-patched.Makefile:/var/www/html/apps/sciencemesh/Makefile" \
--workdir /var/www/html/apps/sciencemesh \
pondersource/dev-stock-owncloud-sciencemesh \
composer install
Expand All @@ -88,7 +90,7 @@ BRANCH_REVA=v1.26.0
${REPO_REVA} \
reva \
&& \
docker run --rm -t \
docker run --rm \
-v "$(pwd)/reva:/reva-build" \
--workdir /reva-build \
golang:1.21.1-bullseye \
Expand Down

0 comments on commit 83706aa

Please sign in to comment.