File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -158,14 +158,14 @@ resources:
158158- name : bosh-windows-acceptance-tests-src-out
159159 type : git
160160 source :
161- branch : master
161+ branch : windows-2019
162162 uri : https://github.com/cloudfoundry/bosh-windows-acceptance-tests.git
163163 username : bosh-admin-bot
164164 password : ((github_public_repo_token))
165165- name : bosh-windows-acceptance-tests
166166 type : git
167167 source :
168- branch : master
168+ branch : windows-2019
169169 uri : https://github.com/cloudfoundry/bosh-windows-acceptance-tests.git
170170 username : bosh-admin-bot
171171 password : ((github_public_repo_token))
@@ -667,7 +667,7 @@ jobs:
667667 - |
668668 set -eu -o pipefail
669669 set -x
670- cd bosh-windows-acceptance-tests
670+ cd bosh-windows-acceptance-tests/acceptance_test
671671 go run github.com/golangci/golangci-lint/v2/cmd/golangci-lint@latest run ./...
672672 go test -c
673673 go run github.com/onsi/ginkgo/v2/ginkgo run --dry-run -v
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ if [ "$SECURITY_COMPLIANCE_APPLIED" != "true" ] ; then
2727 SECURITY_COMPLIANCE_APPLIED=" false"
2828fi
2929
30- pushd bosh-windows-acceptance-tests
30+ pushd bosh-windows-acceptance-tests/acceptance_test
3131 export CONFIG_JSON=config.json
3232 cat > " ${CONFIG_JSON} " << -END_OF_CONFIG
3333 {
You can’t perform that action at this time.
0 commit comments