Skip to content

Commit 45cb3bb

Browse files
hawking71yutaojqliang71
authored
update docker image for ci integration test (#1153)
Co-authored-by: yutaoj <105471132+yutaoj@users.noreply.github.com> Co-authored-by: qliang71 <160087900+qliang71@users.noreply.github.com>
1 parent bc371aa commit 45cb3bb

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

.circleci/config.yml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,16 +171,24 @@ jobs:
171171

172172
test:
173173
docker:
174-
- image: shimit/mbt_multi:0.3.0
174+
- image: cimg/go:1.21-node
175175
working_directory: ~/go/src/github.com/SAP/cloud-mta-build-tool
176176
steps:
177177
- checkout
178178
- run:
179179
name: install dependencies
180180
command: |
181181
go mod vendor
182+
- run:
183+
name: install cf cli
184+
command: |
185+
curl -L "https://packages.cloudfoundry.org/stable?release=linux64-binary&&version=8.8.3" | sudo tar -zx -C /usr/local/bin
186+
- run:
187+
name: install MTA cf plugins
188+
command: |
189+
cf install-plugin multiapps -f
182190
- run: cf login -a $CF_API -o $ORG -s $SPACE -u $TECH_USER -p $TECH_PASS
183-
#- run: cd integration && go test -tags=integration
191+
- run: cd integration && go test -tags=integration
184192

185193
compliance:
186194
docker:

0 commit comments

Comments
 (0)