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

Progress bars have weird JSON artifacts #1280

Closed
trieloff opened this issue Jan 24, 2020 · 2 comments · Fixed by #1281
Closed

Progress bars have weird JSON artifacts #1280

trieloff opened this issue Jan 24, 2020 · 2 comments · Fixed by #1281
Assignees
Labels
bug Something isn't working released

Comments

@trieloff
Copy link
Contributor

I'm running hlx deploy with version 7.2.4

$ hlx deploy
npx hlx deploy
Property url is deprecated, use a condition instead:
condition:
  url: https://proxy.primordialsoup.life
Module @adobe/helix-pipeline not found.
Running npm install @adobe/helix-pipeline in .hlx/build ...
+ @adobe/[email protected]
added 226 packages from 283 contributors in 14.906s
Using @adobe/helix-pipeline version 6.2.2 from .hlx/build/node_modules/@adobe/helix-pipeline.
html (src/html.htl)
cgi-bin-hello (cgi-bin/hello.js)
[==================================================] packaging html.js 9.7s
✅  packaging completed
[=======-------------------------------------------]  0.0s{ progress: true, level: 'info', message: 'created package b3987e4ee06d9ae3746c94b83e6c4582e14a030b' }
[==============------------------------------------] deploying hello.js 0.0s{ progress: true, level: 'info', message: 'deploying hello.js' }
[=====================-----------------------------] deploying html.js 0.0s{ progress: true, level: 'info', message: 'deploying html.js' }
[=============================---------------------]  0.6s{ progress: true, level: 'info', message: ' deployed hello.js (deployed)' }
[====================================--------------]  0.8s{ progress: true, level: 'info', message: 'bound helix-services' }
[===========================================-------]  10.9s{ progress: true, level: 'info', message: ' deployed html.js (deployed)' }
[==================================================]  0.0s
{ progress: true, level: 'info', message: ' verified static action version: v1' }

{ progress: true, level: 'info', message: ' linked static action as sequence b3987e4ee06d9ae3746c94b83e6c4582e14a030b/hlx--static' }

✅  deployment of 2 actions completed:
   - trieloff/b3987e4ee06d9ae3746c94b83e6c4582e14a030b/cgi-bin-hello (1.66 KiB)
   - trieloff/b3987e4ee06d9ae3746c94b83e6c4582e14a030b/html (2.58 MiB)
Affected strains of ssh://[email protected]/trieloff/helix-demo.git#master:
- default
Updated helix-config.yaml

This seems to be log-related.

@trieloff trieloff added the bug Something isn't working label Jan 24, 2020
@tripodsan tripodsan self-assigned this Jan 25, 2020
@tripodsan
Copy link
Contributor

interesting, it only happens in deploy, not during the package phase....

adobe-bot pushed a commit that referenced this issue Jan 27, 2020
## [7.2.5](v7.2.4...v7.2.5) (2020-01-27)

### Bug Fixes

* **log:** ensure progress bar uses log correctly ([#1281](#1281)) ([1890994](1890994)), closes [#1280](#1280)
@adobe-bot
Copy link
Collaborator

🎉 This issue has been resolved in version 7.2.5 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working released
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants