mirror of
				https://github.com/XRPLF/clio.git
				synced 2025-11-04 11:55:51 +00:00 
			
		
		
		
	chore: Remove dead code related to centos (#2028)
This commit is contained in:
		
							
								
								
									
										6
									
								
								.github/actions/test/Dockerfile
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										6
									
								
								.github/actions/test/Dockerfile
									
									
									
									
										vendored
									
									
								
							@@ -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"]
 | 
			
		||||
							
								
								
									
										8
									
								
								.github/actions/test/entrypoint.sh
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										8
									
								
								.github/actions/test/entrypoint.sh
									
									
									
									
										vendored
									
									
								
							@@ -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
 | 
			
		||||
							
								
								
									
										16
									
								
								.github/dependabot.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										16
									
								
								.github/dependabot.yml
									
									
									
									
										vendored
									
									
								
							@@ -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
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user