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
Branch name is "user/featureXYZ". Part of build script that fails :
gh-pages-multi deploy "-v" "-s" "docs/storybook" "-t" "user/featureXYZ" "--no-history" 2020-06-25T15:39:18.229Z gh-pages-multi deploy docs/storybook to git@git.comp.se:SKV/skv_webkit.git:gh-pages/user/featureXYZ 2020-06-25T15:39:18.236Z gh-pages-multi Run command: git ls-remote --heads git@git.comp.se:SKV/skv_webkit.git gh-pages 2020-06-25T15:39:18.444Z gh-pages-multi output= a5a4b2f556a6ce7983127c977f8c44027273038c refs/heads/gh-pages 2020-06-25T15:39:18.444Z gh-pages-multi branch gh-pages exists, clone it. 2020-06-25T15:39:18.444Z gh-pages-multi Run command: git clone --single-branch -b gh-pages git@git.rsv.se:SKV/skv_webkit.git /tmp/tmp-3262uFWltnRHxNzt 2020-06-25T15:39:29.711Z gh-pages-multi user/featureXYZ does not exist yet 2020-06-25T15:39:29.711Z gh-pages-multi replace the directory user/featureXYZ with new content from docs/storybook [ { Error: ENOENT: no such file or directory, mkdir '/tmp/tmp-3262uFWltnRHxNzt/user/featureXYZ' errno: -2, code: 'ENOENT', syscall: 'mkdir', path: '/tmp/tmp-3262uFWltnRHxNzt/user/featureXYZ' } ] npm ERR! code ELIFECYCLE
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Branch name is "user/featureXYZ".
Part of build script that fails :
gh-pages-multi deploy "-v" "-s" "docs/storybook" "-t" "user/featureXYZ" "--no-history"
2020-06-25T15:39:18.229Z gh-pages-multi deploy docs/storybook to git@git.comp.se:SKV/skv_webkit.git:gh-pages/user/featureXYZ
2020-06-25T15:39:18.236Z gh-pages-multi Run command: git ls-remote --heads git@git.comp.se:SKV/skv_webkit.git gh-pages
2020-06-25T15:39:18.444Z gh-pages-multi output= a5a4b2f556a6ce7983127c977f8c44027273038c refs/heads/gh-pages
2020-06-25T15:39:18.444Z gh-pages-multi branch gh-pages exists, clone it.
2020-06-25T15:39:18.444Z gh-pages-multi Run command: git clone --single-branch -b gh-pages git@git.rsv.se:SKV/skv_webkit.git /tmp/tmp-3262uFWltnRHxNzt
2020-06-25T15:39:29.711Z gh-pages-multi user/featureXYZ does not exist yet
2020-06-25T15:39:29.711Z gh-pages-multi replace the directory user/featureXYZ with new content from docs/storybook
[ { Error: ENOENT: no such file or directory, mkdir '/tmp/tmp-3262uFWltnRHxNzt/user/featureXYZ'
errno: -2,
code: 'ENOENT',
syscall: 'mkdir',
path:
'/tmp/tmp-3262uFWltnRHxNzt/user/featureXYZ' } ]
npm ERR! code ELIFECYCLE
The text was updated successfully, but these errors were encountered: