Skip to content

Commit 2b9446c

Browse files
committed
Switch to main metacpan-docker branch
1 parent b67d6f7 commit 2b9446c

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.circleci/config.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,9 @@ jobs:
1818
curl -L https://github.com/docker/compose/releases/download/1.26.2/docker-compose-`uname -s`-`uname -m` > ~/docker-compose
1919
sudo chmod +x ~/docker-compose
2020
- run:
21-
command: >
22-
git clone https://github.com/metacpan/metacpan-docker.git &&
23-
cd metacpan-docker &&
24-
git checkout -b oalders/api-test origin/oalders/api-test
21+
command: |
22+
git clone https://github.com/metacpan/metacpan-docker.git
23+
cd metacpan-docker
2524
name: metacpan-docker checkout
2625
- run:
2726
command: >

0 commit comments

Comments
 (0)