Fix doc path
[opentx.git] / jenkins / release-20 / update-repo.sh
blob0d4c7d618cdfff124deb5975ef16e46e2c42e4d4
1 #!/bin/bash
3 # stops on first error
4 set -e
6 # make sure we are in the good directory
7 cd ~opentx/release-20/
9 # pull the latest changes
10 cd opentx
11 git fetch
12 git checkout 2.0
13 git reset --hard origin/2.0
14 chmod -Rf g+w . || true