Merge "Add step to grab csit test status and archive it"
[releng/builder.git] / jjb / opendaylight-infra-update-image-list.sh
index 48ac3e26196a486daab6b7654ab68d74c94df9a4..9875aa158e698a1ac310271bf52d443a21e6c9a4 100644 (file)
@@ -1,11 +1,20 @@
 #!/bin/bash
-virtualenv "$WORKSPACE/.venv"
-# shellcheck disable=SC1090
-source "$WORKSPACE/.venv/bin/activate"
-PYTHON="$WORKSPACE/.venv/bin/python"
-$PYTHON -m pip install --upgrade --quiet pip
-$PYTHON -m pip install --upgrade --quiet python-openstackclient python-heatclient
-$PYTHON -m pip freeze
+# SPDX-License-Identifier: EPL-1.0
+##############################################################################
+# Copyright (c) 2017 The Linux Foundation and others.
+#
+# All rights reserved. This program and the accompanying materials
+# are made available under the terms of the Eclipse Public License v1.0
+# which accompanies this distribution, and is available at
+# http://www.eclipse.org/legal/epl-v10.html
+##############################################################################
+
+virtualenv "/tmp/v/openstack"
+# shellcheck source=/tmp/v/openstack/bin/activate disable=SC1091
+source "/tmp/v/openstack/bin/activate"
+pip install --upgrade --quiet pip
+pip install --upgrade --quiet python-openstackclient python-heatclient
+pip freeze
 
 cat > "$WORKSPACE/docs/cloud-images.rst" << EOF
 Following are the list of published images available to be used with Jenkins jobs.