summaryrefslogtreecommitdiffstats
path: root/jjb/scripts/vpp/make-test-docs.sh
diff options
context:
space:
mode:
authorVratko Polak <vrpolak@cisco.com>2020-10-15 16:01:07 +0000
committerGerrit Code Review <gerrit@fd.io>2020-10-15 16:01:07 +0000
commit7084bb364b1b97cad08595c5c9e707a867584a60 (patch)
treee9eede3722e07cc25e718db4a03634973a6e4215 /jjb/scripts/vpp/make-test-docs.sh
parent7eef7a51c2f1e3b711419b18184b1df60d904d54 (diff)
parent2db30aa5a938494a710a89cab5943675c1143918 (diff)
Merge "Clean up vpp jenkins scripts & docker dir"
Diffstat (limited to 'jjb/scripts/vpp/make-test-docs.sh')
-rw-r--r--jjb/scripts/vpp/make-test-docs.sh16
1 files changed, 16 insertions, 0 deletions
diff --git a/jjb/scripts/vpp/make-test-docs.sh b/jjb/scripts/vpp/make-test-docs.sh
index 1f82ab502..d15cac380 100644
--- a/jjb/scripts/vpp/make-test-docs.sh
+++ b/jjb/scripts/vpp/make-test-docs.sh
@@ -1,4 +1,20 @@
#!/bin/bash
+
+# Copyright (c) 2020 Cisco and/or its affiliates.
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at:
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+echo "---> jjb/scripts/vpp/make-test-docs.sh"
+
set -xe -o pipefail
[ "$DOCS_REPO_URL" ] || DOCS_REPO_URL="https://nexus.fd.io/content/sites/site"
[ "$PROJECT_PATH" ] || PROJECT_PATH=io/fd/vpp