forked from MDCPS/DamageAssessment_Backend
		
	Compare commits
	
		
			1 Commits
		
	
	
		
			6fbe2197-r
			...
			azure-pipe
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 2a7c1ca102 | 
							
								
								
									
										16
									
								
								azure-pipelines.yml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										16
									
								
								azure-pipelines.yml
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,16 @@
 | 
				
			|||||||
 | 
					trigger:
 | 
				
			||||||
 | 
					- '*'  # You can define triggers here to specify when the pipeline should run
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					pool:
 | 
				
			||||||
 | 
					  vmImage: 'ubuntu-latest'  # Use the appropriate VM image
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					steps:
 | 
				
			||||||
 | 
					- script: |
 | 
				
			||||||
 | 
					    # Set the execution policy to allow script execution
 | 
				
			||||||
 | 
					    chmod +x Scripts/build_and_push_services2acr.sh
 | 
				
			||||||
 | 
					    
 | 
				
			||||||
 | 
					    # Execute the script
 | 
				
			||||||
 | 
					    ./Scripts/build_and_push_services2acr.sh
 | 
				
			||||||
 | 
					    displayName: 'Run build_and_push_services2acr.sh'
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    displayName: 'Run Script'
 | 
				
			||||||
		Reference in New Issue
	
	Block a user