Skip to content

Commit 0b305fc

Browse files
committed
remove several unneeded files
1 parent 4f1db4f commit 0b305fc

File tree

6 files changed

+0
-70
lines changed

6 files changed

+0
-70
lines changed

.github/scripts/install-tools.sh

-3
This file was deleted.

.github/workflows/update-openapi.yaml

-4
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,3 @@ jobs:
5454
validate:
5555
needs: update-openapi
5656
uses: ./.github/workflows/validate-openapi.yaml
57-
58-
dispatch:
59-
needs: validate
60-
uses: ./.github/workflows/dispatch-openapi.yaml

.github/workflows/verify.yaml

-3
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,6 @@ jobs:
5757
echo "Flags: ${{ steps.buildx.outputs.flags }}"
5858
echo "Platforms: ${{ steps.buildx.outputs.platforms }}"
5959
60-
- name: Install tools
61-
run: .github/scripts/install-tools.sh
62-
6360
- name: Run linter
6461
run: ./scripts/validate-files.sh
6562

distro/docker/src/main/docker/Dockerfile.native-scratch

-33
This file was deleted.

scripts/ocp-template-ruleset.js

-24
This file was deleted.

scripts/validate-files.sh

-3
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,3 @@ do
1818
fi
1919
done
2020
echo "DB version ok between build and DDLs"
21-
22-
echo "Linting openshift templates"
23-
spectral lint distro/openshift-template/mt/apicurio-registry-mt-template.yaml --ruleset scripts/ocp-template-ruleset.js

0 commit comments

Comments
 (0)