File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -137,19 +137,23 @@ resources:
137137 source :
138138 uri : https://github.com/cloudfoundry/bosh-windows-stemcell-builder.git
139139 branch : windows-2019
140+ ignore_paths :
141+ - ci/
140142 username : bosh-admin-bot
141143 password : ((github_public_repo_token))
142144- name : bosh-windows-stemcell-builder-ci
143145 type : git
144146 source :
145- uri : https://github.com/cloudfoundry/greenhouse-ci .git
147+ uri : https://github.com/cloudfoundry/bosh-windows-stemcell-builder .git
146148 branch : windows-2019
149+ paths :
150+ - ci/
147151 username : bosh-admin-bot
148152 password : ((github_public_repo_token))
149153- name : bosh-windows-stemcell-builder-dockerfiles
150154 type : git
151155 source :
152- uri : https://github.com/cloudfoundry/greenhouse-ci .git
156+ uri : https://github.com/cloudfoundry/bosh-windows-stemcell-builder .git
153157 branch : windows-2019
154158 paths :
155159 - ci/azstemcell
Original file line number Diff line number Diff line change @@ -18,7 +18,6 @@ function setup {
1818 New-Item " C:\working_directory\version" - type directory
1919 New-Item " C:\working_directory\version\number" - type file
2020 New-Item " C:\working_directory\stemcell-builder\build" - type directory
21- Copy-Item - Force - Recurse " Z:\workspace\greenhouse-ci\" " C:\working_directory\ci\"
2221 Copy-Item - Force - Recurse " Z:\workspace\bosh-windows-stemcell-builder\" " C:\working_directory\stemcell-builder\"
2322 Copy-Item - Force - Recurse " Z:\workspace\windows-stemcell-dependencies\" " C:\working_directory\windows-stemcell-dependencies\"
2423}
@@ -40,7 +39,6 @@ $env:OUTPUT_DIR="../output_dir"
4039
4140Remove-Item " C:\working_directory\output_dir" - Force - Recurse
4241Remove-Item " C:\working_directory\ci" - Force - Recurse
43- Copy-Item - Force - Recurse " Z:\workspace\greenhouse-ci\" " C:\working_directory\ci\"
4442
4543Remove-Item " C:\working_directory\stemcell-builder\lib" - Force - Recurse
4644Remove-Item " C:\working_directory\stemcell-builder\bosh-psmodules" - Force - Recurse
You can’t perform that action at this time.
0 commit comments