cli
cli copied to clipboard
#692 Updates builder.md to point out the fact that single-quotes will not unpack vars, resolves #692
…unpack variables
- What I did
Updated the docs in builder.md
- How I did it
Edited the md files
- How to verify it
Wait for feedback
- Description for the changelog
- A picture of a cute animal (not mandatory but encouraged)
Please sign your commits following these rules: https://github.com/moby/moby/blob/master/CONTRIBUTING.md#sign-your-work The easiest way to do this is to amend the last commit:
$ git clone -b "692-label-single-quotes" [email protected]:TheHipbot/cli.git somewhere
$ cd somewhere
$ git commit --amend -s --no-edit
$ git push -f
Amending updates the existing PR. You DO NOT need to open a new one.
Codecov Report
Merging #1467 into master will decrease coverage by
0.95%. The diff coverage isn/a.
@@ Coverage Diff @@
## master #1467 +/- ##
==========================================
- Coverage 55.14% 54.19% -0.96%
==========================================
Files 289 289
Lines 19371 19377 +6
==========================================
- Hits 10683 10502 -181
- Misses 7996 8199 +203
+ Partials 692 676 -16
resolves #692
Carried by https://github.com/moby/buildkit/pull/3241, can be closed.