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
It appears as if there was a problem with the diggrtoolbox, see below the last bits of the console output:
Cloning into 'daft'... fatal: Remote branch develop not found in upstream origin The command '/bin/sh -c mkdir /src && cd /src && git clone https://github.com/diggr/provit && git clone -b develop https://github.com/diggr/daft && git clone https://github.com/diggr/diggrtoolbox && cd /src/provit && pip install . && cd /src/diggrtoolbox && pip install . && cd /src/daft && pip install -r requirements.txt && pip install .' returned a non-zero code: 128 Makefile:10: recipe for target 'build' failed make: *** [build] Error 128
The text was updated successfully, but these errors were encountered:
No branches or pull requests
It appears as if there was a problem with the diggrtoolbox, see below the last bits of the console output:
Cloning into 'daft'...
fatal: Remote branch develop not found in upstream origin
The command '/bin/sh -c mkdir /src && cd /src && git clone https://github.com/diggr/provit && git clone -b develop https://github.com/diggr/daft && git clone https://github.com/diggr/diggrtoolbox && cd /src/provit && pip install . && cd /src/diggrtoolbox && pip install . && cd /src/daft && pip install -r requirements.txt && pip install .' returned a non-zero code: 128
Makefile:10: recipe for target 'build' failed
make: *** [build] Error 128
The text was updated successfully, but these errors were encountered: