Browse code

Merge pull request #10901 from bparees/fix_post_deploy_hook

Merged by openshift-bot

OpenShift Bot authored on 2016/09/19 14:11:56
Showing 3 changed files
... ...
@@ -206,7 +206,7 @@
206 206
               "failurePolicy": "Ignore",
207 207
               "execNewPod": {
208 208
                 "command": [
209
-                  "/bin/false"
209
+                  "/bin/true"
210 210
                 ],
211 211
                 "env": [
212 212
                   {
... ...
@@ -369,7 +369,7 @@
369 369
               "failurePolicy": "Ignore",
370 370
               "execNewPod": {
371 371
                 "command": [
372
-                  "/bin/false"
372
+                  "/bin/true"
373 373
                 ],
374 374
                 "env": [
375 375
                   {
... ...
@@ -188,7 +188,7 @@
188 188
               "failurePolicy": "Ignore",
189 189
               "execNewPod": {
190 190
                 "command": [
191
-                  "/bin/false"
191
+                  "/bin/true"
192 192
                 ],
193 193
                 "env": [
194 194
                   {
... ...
@@ -354,7 +354,7 @@
354 354
               "failurePolicy": "Ignore",
355 355
               "execNewPod": {
356 356
                 "command": [
357
-                  "/bin/false"
357
+                  "/bin/true"
358 358
                 ],
359 359
                 "env": [
360 360
                   {
... ...
@@ -3955,7 +3955,7 @@ var _examplesJenkinsPipelineSamplepipelineJson = []byte(`{
3955 3955
               "failurePolicy": "Ignore",
3956 3956
               "execNewPod": {
3957 3957
                 "command": [
3958
-                  "/bin/false"
3958
+                  "/bin/true"
3959 3959
                 ],
3960 3960
                 "env": [
3961 3961
                   {
... ...
@@ -4118,7 +4118,7 @@ var _examplesJenkinsPipelineSamplepipelineJson = []byte(`{
4118 4118
               "failurePolicy": "Ignore",
4119 4119
               "execNewPod": {
4120 4120
                 "command": [
4121
-                  "/bin/false"
4121
+                  "/bin/true"
4122 4122
                 ],
4123 4123
                 "env": [
4124 4124
                   {