Skip to content

Commit e7e04a2

Browse files
committed
removing redundant build and files
1 parent 69215d5 commit e7e04a2

3 files changed

Lines changed: 0 additions & 40 deletions

File tree

.dockerignore

Lines changed: 0 additions & 6 deletions
This file was deleted.

.github/workflows/build.yml

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -50,27 +50,3 @@ jobs:
5050
path: ci-artifacts
5151
if-no-files-found: warn
5252

53-
docker-build:
54-
runs-on: ubuntu-latest
55-
needs: maven-build
56-
57-
steps:
58-
- name: Checkout
59-
uses: actions/checkout@v5
60-
61-
- name: Build Docker image
62-
run: docker build -t plugins-common-build:latest .
63-
64-
- name: Run Docker build command and capture logs
65-
shell: bash
66-
run: |
67-
set -euo pipefail
68-
docker run --rm plugins-common-build:latest | tee docker-build.log
69-
70-
- name: Upload Docker logs
71-
uses: actions/upload-artifact@v4
72-
with:
73-
name: docker-build-logs
74-
path: docker-build.log
75-
if-no-files-found: error
76-

Dockerfile

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)