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

error during build process #1

Open
jgainey opened this issue Jun 3, 2020 · 1 comment
Open

error during build process #1

jgainey opened this issue Jun 3, 2020 · 1 comment

Comments

@jgainey
Copy link

jgainey commented Jun 3, 2020

$ git clone https://github.com/Justin-Walsh/RHEL6-Calamari.git
$ export GIT_VERSION=4.15.2
$ ./build.sh
...
error: You have local changes to 'source/Calamari.sln'; cannot switch branches.
The command '/bin/sh -c git checkout $(cat .gitversion.txt)' returned a non-zero code: 1
Error response from daemon: No such container: calamari-build
...

@jgainey
Copy link
Author

jgainey commented Jun 3, 2020

I changed Dockerfile and it's getting further now:

< RUN git checkout $(cat .gitversion.txt)
---
> RUN git checkout -f $(cat .gitversion.txt)

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