Skip to content

Commit 1b8227d

Browse files
committed
ci: rebase main
Signed-off-by: Robert Waffen <[email protected]>
1 parent 435c387 commit 1b8227d

File tree

1 file changed

+0
-27
lines changed

1 file changed

+0
-27
lines changed

.github/workflows/ci.yaml

Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,6 @@ jobs:
3434
- name: Checkout repository
3535
uses: actions/checkout@v4
3636

37-
- name: Set up Docker Buildx
38-
uses: docker/setup-buildx-action@v3
39-
4037
- name: Build image
4138
uses: docker/build-push-action@v6
4239
with:
@@ -54,29 +51,6 @@ jobs:
5451
RUBYGEM_MODULESYNC=${{ matrix.rubygem_modulesync }}
5552
RUBYGEM_BUNDLER=${{ matrix.rubygem_bundler }}
5653
57-
test_ci_container:
58-
name: 'Test CI container'
59-
runs-on: ubuntu-latest
60-
needs:
61-
- setup-matrix
62-
- build_test_container
63-
strategy:
64-
matrix: ${{ fromJson(needs.setup-matrix.outputs.matrix) }}
65-
steps:
66-
- name: Set up Docker Buildx
67-
uses: docker/setup-buildx-action@v3
68-
69-
- name: Download artifact
70-
uses: actions/download-artifact@v4
71-
with:
72-
name: voxbox-${{ matrix.rubygem_puppet }}_${{ github.sha }}
73-
path: /tmp
74-
75-
- name: Load Docker image
76-
run: |
77-
docker load --input /tmp/voxbox-${{ matrix.rubygem_puppet }}_${{ github.sha }}.tar
78-
docker image ls -a
79-
8054
- name: Clone voxpupuli/puppet-example repository
8155
uses: actions/checkout@v4
8256
with:
@@ -97,7 +71,6 @@ jobs:
9771
tests:
9872
needs:
9973
- build_test_container
100-
- test_ci_container
10174
runs-on: ubuntu-latest
10275
name: Test suite
10376
steps:

0 commit comments

Comments
 (0)