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

Fix quoting of commit message #367

Merged
merged 3 commits into from
Aug 19, 2020

Conversation

kierenevans
Copy link
Contributor

Fixes:

+ ws app publish chart PR-50 example-project build artifact e9d5d04718e1325ccb0fbad54ede9c10644c869a

[/home/jenkins/workspace/ect_example-project_PR-50]:

  > rm -rf build-artifacts-repository
■■  > git clone git@github.com:example/repo.git ./build-artifacts-repository
■■  > git -C ./build-artifacts-repository config user.email example-project@example.com
■■  > mkdir -p ./build-artifacts-repository/build-artifacts/example-project/PR-50
■■  > rsync --exclude=*.twig --exclude=_twig --delete -a .my127ws/helm/app/ ./build-artifacts-repository/build-artifacts/example-project/PR-50/
■■  > git -C ./build-artifacts-repository add .
■■  > git -C ./build-artifacts-repository commit --allow-empty -m example-project build artifact e9d5d04718e1325ccb0fbad54ede9c10644c869a
■■error: pathspec 'build' did not match any file(s) known to git.
error: pathspec 'artifact' did not match any file(s) known to git.
error: pathspec 'e9d5d04718e1325ccb0fbad54ede9c10644c869a' did not match any file(s) known to git.

@kierenevans kierenevans added bug Something isn't working harness-php PHP harness labels Aug 19, 2020
@kierenevans kierenevans added this to the 0.9.2 milestone Aug 19, 2020
Co-authored-by: andytson-inviqa <andytson-inviqa@users.noreply.github.com>
@kierenevans kierenevans merged commit 7c436ce into 0.9.x Aug 19, 2020
@kierenevans kierenevans deleted the feature/fix-quoting-of-commit-message branch August 19, 2020 09:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working harness-php PHP harness
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants