Skip to content

Commit

Permalink
update docker image for ci integration test (#1153)
Browse files Browse the repository at this point in the history
Co-authored-by: yutaoj <105471132+yutaoj@users.noreply.github.com>
Co-authored-by: qliang71 <160087900+qliang71@users.noreply.github.com>
  • Loading branch information
3 people authored Dec 13, 2024
1 parent bc371aa commit 45cb3bb
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,16 +171,24 @@ jobs:

test:
docker:
- image: shimit/mbt_multi:0.3.0
- image: cimg/go:1.21-node
working_directory: ~/go/src/github.com/SAP/cloud-mta-build-tool
steps:
- checkout
- run:
name: install dependencies
command: |
go mod vendor
- run:
name: install cf cli
command: |
curl -L "https://packages.cloudfoundry.org/stable?release=linux64-binary&&version=8.8.3" | sudo tar -zx -C /usr/local/bin
- run:
name: install MTA cf plugins
command: |
cf install-plugin multiapps -f
- run: cf login -a $CF_API -o $ORG -s $SPACE -u $TECH_USER -p $TECH_PASS
#- run: cd integration && go test -tags=integration
- run: cd integration && go test -tags=integration

compliance:
docker:
Expand Down

0 comments on commit 45cb3bb

Please sign in to comment.