You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 10, 2018. It is now read-only.
HypriotOS: root@black-pearl in ~/hypriot/rpi-docker-builder on disable-docker-proxy
$ ./run-builder.sh
+ pwd
+ pwd
+ docker run --rm=true --env-file=.env -v /root/hypriot/rpi-docker-builder/builder.sh:/builder.sh -v /root/hypriot/rpi-docker-builder/pkg-debian:/pkg-debian hypriot/rpi-docker-builder /builder.sh 1.5.0-dev -8-noproxy
docker: open .env: no such file or directory.
See 'docker run --help'.
looks like the code at the end of the builder.sh was hardcoded to copy deb and tarball to s3. copying the code from the master version worked (which tests for the existence of AWS creds and dists directory).
Do you guys want a PR for this?
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
This is for the disable-docker-proxy branch:
Here's the steps to reproduce:
The text was updated successfully, but these errors were encountered: