Skip to content

Commit 43f765f

Browse files
arampriceystros
authored andcommitted
Pipeline uses bosh-windows-stemcell-builder
The greenhouse-ci repo is now part of the bosh-windows-stemcell-builder repo. Signed-off-by: Brian Upton <[email protected]>
1 parent 2e38c26 commit 43f765f

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

ci/pipelines/windows-2019-ng.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff 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

scripts/setup/run_packer_provisioning.ps1

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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

4140
Remove-Item "C:\working_directory\output_dir" -Force -Recurse
4241
Remove-Item "C:\working_directory\ci" -Force -Recurse
43-
Copy-Item -Force -Recurse "Z:\workspace\greenhouse-ci\" "C:\working_directory\ci\"
4442

4543
Remove-Item "C:\working_directory\stemcell-builder\lib" -Force -Recurse
4644
Remove-Item "C:\working_directory\stemcell-builder\bosh-psmodules" -Force -Recurse

0 commit comments

Comments
 (0)