Skip to content

Commit

Permalink
ci: remove chown
Browse files Browse the repository at this point in the history
  • Loading branch information
vitonsky committed Jun 3, 2024
1 parent ebda0a9 commit 96832fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ build: clean prepare
${MAKE} buildAll packAll lintBuilds

buildThirdparty:
mkdir -p ./.local/docker-volumes/bergamot-translator && chmod -R 777 ./.local/docker-volumes && chown -R 1000:1000 ./.local/docker-volumes
mkdir -p ./.local/docker-volumes/bergamot-translator && chmod -R 777 ./.local/docker-volumes
mkdir -p ./thirdparty/bergamot/build && chmod 777 ./thirdparty/bergamot/build
${DOCKER_COMPOSE} run bergamot make build

Expand Down

0 comments on commit 96832fe

Please sign in to comment.