Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
wind57 committed Jul 17, 2023
2 parents be2e809 + 3a4aec8 commit 1c84e33
Show file tree
Hide file tree
Showing 21 changed files with 657 additions and 442 deletions.
291 changes: 0 additions & 291 deletions .circleci/config.yml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ runs:
- name: build integration tests project without tests
shell: bash
run: |
cd spring-cloud-kubernetes-test-support
.././mvnw clean install -U
cd ..
cd spring-cloud-kubernetes-integration-tests
# build the images, but dont run the tests
.././mvnw -T 1C clean install -DskipTests
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ description: download docker images
runs:
using: "composite"
steps:

- uses: actions/cache@v3
with:
path: /tmp/docker/images
Expand Down

This file was deleted.

Loading

0 comments on commit 1c84e33

Please sign in to comment.