Skip to content

Commit 6822d9f

Browse files
authored
checkout master tracking it CI upgrade test (#422)
1 parent 45983d1 commit 6822d9f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.circleci/config.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -198,8 +198,7 @@ jobs:
198198
- run:
199199
name: OLD -- Checkout
200200
command: |
201-
git checkout master
202-
git pull --ff-only # may be stale
201+
git checkout --force -B master --track origin/master
203202
- run:
204203
name: OLD -- Build and start containers for coordinator and ASes
205204
command: |

0 commit comments

Comments
 (0)