You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 25, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: .circleci/config.yml
+14-21Lines changed: 14 additions & 21 deletions
Original file line number
Diff line number
Diff line change
@@ -6,13 +6,6 @@ commands: # a reusable command with parameters
6
6
default: "unset"
7
7
type: string
8
8
steps:
9
-
# Restore the dependency cache
10
-
- restore_cache:
11
-
keys:
12
-
# Default branch if not
13
-
- source-v2-{{ .Branch }}-{{ .Revision }}
14
-
- source-v2-{{ .Branch }}-
15
-
- source-v2-
16
9
# The following `checkout` command checks out your code to your working directory. In 1.0 we did this implicitly. In 2.0 you can choose where in the course of a job your code should be checked out.
17
10
- checkout
18
11
# Prepare for artifact and test results collection equivalent to how it was done on 1.0.
@@ -27,20 +20,6 @@ commands: # a reusable command with parameters
0 commit comments