File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -23,10 +23,10 @@ yarn install
2323cd ../../
2424
2525echo " Setting up executable permission for shell scripts"
26- sed -i ' s/\r$//' ./ infra/scripts/post_deployment.sh
27- sudo chmod +x ./ infra/scripts/docker-build.sh
28- sudo chmod +x ./ infra/scripts/post_deployment.sh
29- sudo chmod +x ./ src/ContentProcessorAPI/samples/upload_files.sh
30- sudo chmod +x ./ src/ContentProcessorAPI/samples/schemas/register_schema.sh
26+ sed -i ' s/\r$//' infra/scripts/post_deployment.sh
27+ sudo chmod +x infra/scripts/docker-build.sh
28+ sudo chmod +x infra/scripts/post_deployment.sh
29+ sudo chmod +x src/ContentProcessorAPI/samples/upload_files.sh
30+ sudo chmod +x src/ContentProcessorAPI/samples/schemas/register_schema.sh
3131
3232echo " Setup complete! 🎉"
You can’t perform that action at this time.
0 commit comments