Commit da67082
authored
Install git and clone the repository when revision is present (#4913)
I've added a command to install git and clone the clusterfuzz repository
if the clusterfuzz revision is passed as a substituition.
This is needed because GCB doesn't pass the content of the respository
as a git project, then we're not able to change the version in the build
time.
The workaround for this is to clone the repository in build time and
then checkout in the given revision.
---------
Signed-off-by: Javan Lacerda <javanlacerda@google.com>1 parent 65d1a05 commit da67082
1 file changed
+15
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
| 36 | + | |
36 | 37 | | |
37 | 38 | | |
38 | 39 | | |
39 | 40 | | |
40 | | - | |
| 41 | + | |
41 | 42 | | |
42 | 43 | | |
| 44 | + | |
| 45 | + | |
43 | 46 | | |
44 | 47 | | |
45 | 48 | | |
46 | 49 | | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
47 | 60 | | |
48 | 61 | | |
49 | 62 | | |
| |||
0 commit comments