-
-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updated Lagoon deployment script to use long-form options. #1369
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #1369 +/- ##
========================================
Coverage 67.49% 67.49%
========================================
Files 41 41
Lines 3046 3046
========================================
Hits 2056 2056
Misses 990 990 ☔ View full report in Codecov by Sentry. |
0c33fe0
to
124522e
Compare
124522e
to
ba120a9
Compare
ba120a9
to
995d753
Compare
995d753
to
5c764e9
Compare
@@ -63,7 +63,7 @@ load _helper.deployment.bash | |||
|
|||
# Make sure that one of the excluded directories will be ignored in the | |||
# deployment artifact. | |||
mkdir -p "${SRC_DIR}"/web/themes/custom/star_wars/node_modules | |||
mkdir --project "${SRC_DIR}"/web/themes/custom/star_wars/node_modules |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This doesnt make sense
mkdir -p
makes directory and all intermediate directories nothing to do with --project
5c764e9
to
e265e5e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks yes is much nicer to see whats going on
No description provided.