Skip to content

Commit 52a02fe

Browse files
custom checkout step
1 parent de416f2 commit 52a02fe

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.circleci/config.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@ jobs:
33
machine: true
44
resource_class: medium
55
steps:
6-
- checkout
6+
-
7+
run:
8+
command: "git clone --depth 1 https://github.com/ocpdocs-previewbot/openshift-docs.git --branch main"
9+
name: "Checkout code"
710
-
811
run:
912
command: "chmod +x scripts/push_to_netlify.sh && ./scripts/push_to_netlify.sh"

0 commit comments

Comments
 (0)