chore: Remove dead code related to centos (#2028)

This commit is contained in:
Ayaz Salikhov
2025-04-24 15:26:41 +01:00
committed by GitHub
parent f195a30a76
commit 3916635037
3 changed files with 0 additions and 30 deletions

View File

@@ -1,6 +0,0 @@
FROM cassandra:4.0.4
RUN apt-get update && apt-get install -y postgresql
COPY entrypoint.sh /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]

View File

@@ -1,8 +0,0 @@
#!/bin/bash
pg_ctlcluster 12 main start
su postgres -c"psql -c\"alter user postgres with password 'postgres'\""
su cassandra -c "/opt/cassandra/bin/cassandra -R"
sleep 90
chmod +x ./clio_tests
./clio_tests

View File

@@ -191,19 +191,3 @@ updates:
commit-message:
prefix: "ci: [DEPENDABOT] "
target-branch: develop
- package-ecosystem: github-actions
directory: .github/actions/test/
schedule:
interval: weekly
day: monday
time: "04:00"
timezone: Etc/GMT
reviewers:
- godexsoft
- kuznetsss
- PeterChen13579
- mathbunnyru
commit-message:
prefix: "ci: [DEPENDABOT] "
target-branch: develop