@@ -444,6 +444,8 @@ jobs:
444444445445 ajv validate -s test/update_dry_run_schema.json -d test/temp/update_dry_run.json
446446 - run : ./draft -v update -d ./langtest/ -a webapp_routing --variable ingress-tls-cert-keyvault-uri=test.cert.keyvault.uri --variable ingress-use-osm-mtls=true --variable ingress-host=host1
447+ - name : print manifests
448+ run : cat ./langtest/manifests/*
447449 - name : start minikube
448450 id : minikube
449451 uses : medyagh/setup-minikube@master
@@ -2238,7 +2240,7 @@ jobs:
22382240 - run : mkdir ./langtest
22392241 - uses : actions/checkout@v3
22402242 with :
2241- repository : OliverMKing/ruby -hello-world
2243+ repository : davidgamero/sinatra -hello-world
22422244 path : ./langtest
22432245 - name : Execute Dry Run with config file
22442246 run : |
@@ -2273,7 +2275,7 @@ jobs:
22732275 - run : mkdir ./langtest
22742276 - uses : actions/checkout@v3
22752277 with :
2276- repository : OliverMKing/ruby -hello-world
2278+ repository : davidgamero/sinatra -hello-world
22772279 path : ./langtest
22782280 - run : rm -rf ./langtest/manifests && rm -f ./langtest/Dockerfile ./langtest/.dockerignore
22792281 - run : ./draft -v create -c ./test/integration/ruby/helm.yaml -d ./langtest/
@@ -2379,7 +2381,7 @@ jobs:
23792381 - run : mkdir ./langtest
23802382 - uses : actions/checkout@v3
23812383 with :
2382- repository : OliverMKing/ruby -hello-world
2384+ repository : davidgamero/sinatra -hello-world
23832385 path : ./langtest
23842386 - name : Execute Dry Run with config file
23852387 run : |
@@ -2414,7 +2416,7 @@ jobs:
24142416 - run : mkdir ./langtest
24152417 - uses : actions/checkout@v3
24162418 with :
2417- repository : OliverMKing/ruby -hello-world
2419+ repository : davidgamero/sinatra -hello-world
24182420 path : ./langtest
24192421 - run : rm -rf ./langtest/manifests && rm -f ./langtest/Dockerfile ./langtest/.dockerignore
24202422 - run : ./draft -v create -c ./test/integration/ruby/kustomize.yaml -d ./langtest/
@@ -2511,7 +2513,7 @@ jobs:
25112513 - run : mkdir ./langtest
25122514 - uses : actions/checkout@v3
25132515 with :
2514- repository : OliverMKing/ruby -hello-world
2516+ repository : davidgamero/sinatra -hello-world
25152517 path : ./langtest
25162518 - name : Execute Dry Run with config file
25172519 run : |
@@ -2546,7 +2548,7 @@ jobs:
25462548 - run : mkdir ./langtest
25472549 - uses : actions/checkout@v3
25482550 with :
2549- repository : OliverMKing/ruby -hello-world
2551+ repository : davidgamero/sinatra -hello-world
25502552 path : ./langtest
25512553 - run : rm -rf ./langtest/manifests && rm -f ./langtest/Dockerfile ./langtest/.dockerignore
25522554 - run : ./draft -v create -c ./test/integration/ruby/manifest.yaml -d ./langtest/
0 commit comments