summaryrefslogtreecommitdiffstats
path: root/etc/patches/functest/disable-api-validation/apply.sh
diff options
context:
space:
mode:
Diffstat (limited to 'etc/patches/functest/disable-api-validation/apply.sh')
-rwxr-xr-xetc/patches/functest/disable-api-validation/apply.sh11
1 files changed, 10 insertions, 1 deletions
diff --git a/etc/patches/functest/disable-api-validation/apply.sh b/etc/patches/functest/disable-api-validation/apply.sh
index 915bce43..09ff912e 100755
--- a/etc/patches/functest/disable-api-validation/apply.sh
+++ b/etc/patches/functest/disable-api-validation/apply.sh
@@ -1,9 +1,18 @@
#!/bin/bash
+##############################################################################
+# Copyright (c) 2019 opnfv.
+#
+# All rights reserved. This program and the accompanying materials
+# are made available under the terms of the Apache License, Version 2.0
+# which accompanies this distribution, and is available at
+# http://www.apache.org/licenses/LICENSE-2.0
+##############################################################################
+
set -e
set -u
# without setting the user, git does not allow to create a commit
-git config --global user.email "verified@opnfv.org"
+git config --global user.email "ovp-support@lfnetworking.org"
git config --global user.name "Dovetail"
cd /src/tempest