Skip to content
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

fix start.sh to work on macos #5019

Merged
merged 1 commit into from
Oct 30, 2020

Conversation

dgrove-oss
Copy link
Member

@dgrove-oss dgrove-oss commented Oct 30, 2020

remove extra leading / in volume mount command

Fixes #5016

remove extra leading / in volume mount command
@codecov-io
Copy link

Codecov Report

Merging #5019 into master will decrease coverage by 6.86%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #5019      +/-   ##
==========================================
- Coverage   83.78%   76.91%   -6.87%     
==========================================
  Files         202      202              
  Lines        9786     9786              
  Branches      409      409              
==========================================
- Hits         8199     7527     -672     
- Misses       1587     2259     +672     
Impacted Files Coverage Δ
...core/database/cosmosdb/RxObservableImplicits.scala 0.00% <0.00%> (-100.00%) ⬇️
...ore/database/cosmosdb/cache/CacheInvalidator.scala 0.00% <0.00%> (-100.00%) ⬇️
...e/database/cosmosdb/cache/ChangeFeedConsumer.scala 0.00% <0.00%> (-100.00%) ⬇️
...core/database/cosmosdb/CosmosDBArtifactStore.scala 0.00% <0.00%> (-95.85%) ⬇️
...sk/core/database/cosmosdb/CosmosDBViewMapper.scala 0.00% <0.00%> (-93.90%) ⬇️
...tabase/cosmosdb/cache/CacheInvalidatorConfig.scala 0.00% <0.00%> (-92.31%) ⬇️
...enwhisk/connector/kafka/KamonMetricsReporter.scala 0.00% <0.00%> (-83.34%) ⬇️
...e/database/cosmosdb/cache/KafkaEventProducer.scala 0.00% <0.00%> (-78.58%) ⬇️
...whisk/core/database/cosmosdb/CosmosDBSupport.scala 0.00% <0.00%> (-74.08%) ⬇️
...ore/database/azblob/AzureBlobAttachmentStore.scala 11.53% <0.00%> (-60.58%) ⬇️
... and 14 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 63a5498...dd49a2b. Read the comment docs.

@dgrove-oss dgrove-oss merged commit 1142068 into apache:master Oct 30, 2020
@dgrove-oss dgrove-oss deleted the fix-standalone-start branch October 30, 2020 23:45
dgrove-oss added a commit that referenced this pull request Oct 30, 2020
remove extra leading / in volume mount command
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

standalone docker image fails due to typo in volume mount
3 participants