Fix pipeline #26

Merged
Sieciech merged 19 commits from 4-pipeline into dev 2021-07-28 13:43:40 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit db20421483 - Show all commits

View File

@ -1,7 +1,7 @@
#!/bin/bash #!/bin/bash
echo "> Configure cache" echo "> Configure cache"
mkdir -p /tmp/app/{vendor/node_modules} mkdir -p /tmp/app/{vendor,node_modules}
ln -s /tmp/app/node_modules /web/frontend/node_modules ln -s /tmp/app/node_modules /web/frontend/node_modules
ln -s /tmp/app/vendor /web/backend/vendor ln -s /tmp/app/vendor /web/backend/vendor