Proper set -e in devel script + fix repo url

pull/1074/head
Willem Melching 5 years ago
parent 6737ea2860
commit 0f2b1ea5f5
  1. 4
      release/build_release2.sh

@ -1,5 +1,5 @@
#!/usr/bin/env bash #!/usr/bin/env bash
set e set -e
export GIT_COMMITTER_NAME="Vehicle Researcher" export GIT_COMMITTER_NAME="Vehicle Researcher"
export GIT_COMMITTER_EMAIL="user@comma.ai" export GIT_COMMITTER_EMAIL="user@comma.ai"
@ -15,7 +15,7 @@ cd /data/openpilot
# Create git repo # Create git repo
git init git init
git remote add public git@github.com:commaai/$BRAND.git git remote add public git@github.com:commaai/openpilot.git
git fetch public git fetch public
# Checkout devel # Checkout devel

Loading…
Cancel
Save