diff options
| author | Patrick Vacek <patrickvacek@gmail.com> | 2019-10-11 15:21:00 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-10-11 15:21:00 +0200 |
| commit | a1f2ccf986e844e130ecc6ae61d2b6fc3632e2f8 (patch) | |
| tree | d1b0f02b5a573b6e89bf80da83a818b5469310f4 /scripts/ci | |
| parent | 7cad55821f0cc9f379b689afc6325bdb0cb1eff3 (diff) | |
| parent | f87628186bd3b548c1f449adce3116d38557df5c (diff) | |
| download | meta-updater-a1f2ccf986e844e130ecc6ae61d2b6fc3632e2f8.tar.gz | |
Merge pull request #611 from advancedtelematic/feat/example-virtual-sec
Example config for a virtual secondary.
Diffstat (limited to 'scripts/ci')
| -rwxr-xr-x | scripts/ci/checkout-oe.sh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/scripts/ci/checkout-oe.sh b/scripts/ci/checkout-oe.sh index fdc0e48..e8a2473 100755 --- a/scripts/ci/checkout-oe.sh +++ b/scripts/ci/checkout-oe.sh | |||
| @@ -64,7 +64,9 @@ fi | |||
| 64 | 64 | ||
| 65 | repo manifest | 65 | repo manifest |
| 66 | 66 | ||
| 67 | repo forall -c 'git reset --hard ; git clean -fdx' | 67 | # Try to clean up the repos in case they are messed up, but this returns an |
| 68 | # error code if the repos don't exist, which the subsequent repo sync will fix. | ||
| 69 | repo forall -c 'git reset --hard ; git clean -fdx' || true | ||
| 68 | 70 | ||
| 69 | repo sync -d --force-sync | 71 | repo sync -d --force-sync |
| 70 | 72 | ||
