2023-10-16 18:30:50 -05:00
|
|
|
trigger:
|
2023-10-17 11:37:23 -05:00
|
|
|
- '*'
|
2023-10-16 18:30:50 -05:00
|
|
|
|
2023-10-13 17:28:15 -05:00
|
|
|
pr:
|
2023-10-17 11:37:23 -05:00
|
|
|
- '*'
|
2023-10-13 17:28:15 -05:00
|
|
|
|
|
|
|
pool:
|
|
|
|
vmImage: 'ubuntu-latest'
|
|
|
|
|
2023-10-17 11:37:23 -05:00
|
|
|
steps:
|
2023-10-15 22:31:15 -05:00
|
|
|
- checkout: self
|
|
|
|
|
2023-10-17 11:37:23 -05:00
|
|
|
- script: |
|
2023-10-16 18:30:50 -05:00
|
|
|
#!/bin/bash
|
|
|
|
|
2023-10-17 11:44:04 -05:00
|
|
|
chmod +x ./Scripts/build_and_push_services2acr.sh
|
|
|
|
./Scripts/build_and_push_services2acr.sh
|
2023-10-17 11:37:23 -05:00
|
|
|
displayName: 'Run build_and_push_services2acr.sh'
|