Install ed to fix CI job
	
		
			
	
		
	
	
		
	
		
			Some checks failed
		
		
	
	
		
			
				
	
				Lint Checks / Run linter (push) Successful in 47s
				
			
		
			
				
	
				Publish / Build and publish (push) Successful in 1m20s
				
			
		
			
				
	
				Container Registry Test / Run contaier registry hosting test on kind/k8s (push) Failing after 3m16s
				
			
		
			
				
	
				Webapp Test / Run webapp test suite (push) Successful in 4m31s
				
			
		
			
				
	
				Deploy Test / Run deploy test suite (push) Successful in 5m22s
				
			
		
			
				
	
				Smoke Test / Run basic test suite (push) Successful in 4m38s
				
			
		
		
	
	
				
					
				
			
		
			Some checks failed
		
		
	
	Lint Checks / Run linter (push) Successful in 47s
				
			Publish / Build and publish (push) Successful in 1m20s
				
			Container Registry Test / Run contaier registry hosting test on kind/k8s (push) Failing after 3m16s
				
			Webapp Test / Run webapp test suite (push) Successful in 4m31s
				
			Deploy Test / Run deploy test suite (push) Successful in 5m22s
				
			Smoke Test / Run basic test suite (push) Successful in 4m38s
				
			This commit is contained in:
		
							parent
							
								
									39f4fa4487
								
							
						
					
					
						commit
						f5314a979b
					
				@ -44,6 +44,8 @@ jobs:
 | 
			
		||||
        run: ./tests/scripts/install-kind.sh
 | 
			
		||||
      - name: "Install Kubectl"
 | 
			
		||||
        run: ./tests/scripts/install-kubectl.sh
 | 
			
		||||
      - name: "Install ed" # Only needed until we remove the need to edit the spec file
 | 
			
		||||
        run: apt update && apt install -y ed
 | 
			
		||||
      - name: "Run container registry deployment test"
 | 
			
		||||
        run: |
 | 
			
		||||
          source /opt/bash-utils/cgroup-helper.sh
 | 
			
		||||
 | 
			
		||||
@ -122,6 +122,7 @@ else
 | 
			
		||||
fi
 | 
			
		||||
 | 
			
		||||
# Check that we can use the registry
 | 
			
		||||
# Note: since this pulls from the DockerCo registry without auth it's possible it'll run into rate limiting issues
 | 
			
		||||
docker pull hello-world
 | 
			
		||||
docker tag hello-world localhost:80/hello-world
 | 
			
		||||
docker push localhost:80/hello-world
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user