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

Slash "/" in branchname break build #2

Open
MattiasJa opened this issue Jun 26, 2020 · 0 comments
Open

Slash "/" in branchname break build #2

MattiasJa opened this issue Jun 26, 2020 · 0 comments

Comments

@MattiasJa
Copy link

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

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

No branches or pull requests

1 participant