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? 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
I'm running hlx deploy with version 7.2.4
hlx deploy
$ 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.
The text was updated successfully, but these errors were encountered:
interesting, it only happens in deploy, not during the package phase....
Sorry, something went wrong.
fix(log): ensure progress bar uses log correctly
88ee41b
fixes #1280
fix(log): ensure progress bar uses log correctly (#1281)
1890994
chore(release): 7.2.5 [skip ci]
ce1b706
## [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)
🎉 This issue has been resolved in version 7.2.5 🎉
The release is available on:
Your semantic-release bot 📦🚀
tripodsan
Successfully merging a pull request may close this issue.
I'm running
hlx deploy
with version 7.2.4This seems to be log-related.
The text was updated successfully, but these errors were encountered: