We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
fetch(:shared_files, []).each do |linked_path| command %{mkdir -p "#{File.dirname(linked_path)}"} end
The text was updated successfully, but these errors were encountered:
This is a sanity check to ensure that the destination folder of the symbolic link actually exists before attempting to create it.
Sorry, something went wrong.
because the deploy would fail if all shared folders are not created, and to ensure that we use -p
-p
No branches or pull requests
The text was updated successfully, but these errors were encountered: