This website works better with JavaScript.
Home
Explore
Help
Sign In
ayan.poddar
/
eShopOnContainers
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
19
Wiki
Activity
Browse Source
Added dry-run
pull/1259/head
Tim McCarthy
5 years ago
parent
00c261e5a4
commit
451f4f08f5
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
deploy/aro/catalog-api/azure-pipelines.yml
+ 1
- 1
deploy/aro/catalog-api/azure-pipelines.yml
View File
@ -49,6 +49,6 @@ stages:
| oc apply -f-'
failOnStderr
:
true
displayName
:
'Ensure Catalog API OpenShift DeploymentConfig and Service'
-
script
:
'oc apply -f ./deploy/aro/catalog-api/catalog-public-route.yml'
-
script
:
'oc apply -f ./deploy/aro/catalog-api/catalog-public-route.yml
--dry-run=true
'
failOnStderr
:
true
displayName
:
'Ensure Catalog API Route'
Write
Preview
Loading…
Cancel
Save