Skip to content

Commit

Permalink
remove several unneeded files
Browse files Browse the repository at this point in the history
  • Loading branch information
jsenko committed Jun 26, 2024
1 parent 4f1db4f commit 0b305fc
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 70 deletions.
3 changes: 0 additions & 3 deletions .github/scripts/install-tools.sh

This file was deleted.

4 changes: 0 additions & 4 deletions .github/workflows/update-openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,3 @@ jobs:
validate:
needs: update-openapi
uses: ./.github/workflows/validate-openapi.yaml

dispatch:
needs: validate
uses: ./.github/workflows/dispatch-openapi.yaml
3 changes: 0 additions & 3 deletions .github/workflows/verify.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,6 @@ jobs:
echo "Flags: ${{ steps.buildx.outputs.flags }}"
echo "Platforms: ${{ steps.buildx.outputs.platforms }}"
- name: Install tools
run: .github/scripts/install-tools.sh

- name: Run linter
run: ./scripts/validate-files.sh

Expand Down
33 changes: 0 additions & 33 deletions distro/docker/src/main/docker/Dockerfile.native-scratch

This file was deleted.

24 changes: 0 additions & 24 deletions scripts/ocp-template-ruleset.js

This file was deleted.

3 changes: 0 additions & 3 deletions scripts/validate-files.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,3 @@ do
fi
done
echo "DB version ok between build and DDLs"

echo "Linting openshift templates"
spectral lint distro/openshift-template/mt/apicurio-registry-mt-template.yaml --ruleset scripts/ocp-template-ruleset.js

0 comments on commit 0b305fc

Please sign in to comment.