File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 11version : 2.1
22
33parameters :
4+ distribution-scripts-repo :
5+ description : " Git url https://github.com/crystal-lang/distribution-scripts/"
6+ type : string
7+ default : " https://github.com/crystal-lang/distribution-scripts.git"
48 distribution-scripts-version :
59 description : " Git ref for version of https://github.com/crystal-lang/distribution-scripts/"
610 type : string
@@ -142,7 +146,7 @@ jobs:
142146 steps :
143147 # checkout specific distribution-scripts version to perform releases and nightly
144148 - run : |
145- git clone https://github.com/crystal-lang/ distribution-scripts.git ~/distribution-scripts
149+ git clone << pipeline.parameters. distribution-scripts-repo >> ~/distribution-scripts
146150 cd ~/distribution-scripts
147151 git checkout << pipeline.parameters.distribution-scripts-version >>
148152 # persist relevant information for build process
You can’t perform that action at this time.
0 commit comments