diff options
Diffstat (limited to 'ice-testengine')
-rwxr-xr-x | ice-testengine | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ice-testengine b/ice-testengine index da085eb..6f7f2c0 100755 --- a/ice-testengine +++ b/ice-testengine @@ -1,3 +1,4 @@ +#!/bin/sh # ============LICENSE_START========================================== # org.onap.vvp/jenkins # =================================================================== @@ -35,7 +36,6 @@ # ============LICENSE_END============================================ # # ECOMP is a trademark and service mark of AT&T Intellectual Property. -#!/bin/sh # This is the job that every jenkins build launches to run validation functions # against some VF. |