Chore: Remove stable/argon jobs
[releng/builder.git] / jjb / generate-csit-status-report.sh
index ae2133001e620c276b0a5e0003ce0ea6dc2dddb9..25c50c2a7a031e1788bf788577c05476f7ad1a7f 100644 (file)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
 # SPDX-License-Identifier: EPL-1.0
 ##############################################################################
 # Copyright (c) 2017 The Linux Foundation and others.
@@ -53,7 +53,7 @@ EOF
 
 python3 -m venv "/tmp/v/jenkins"
 # shellcheck source=/tmp/v/jenkins/bin/activate disable=SC1091
-source "/tmp/v/jenkins/bin/activate"
+. "/tmp/v/jenkins/bin/activate"
 # Remove pip cache to avoid cache entry deserialization failures
 rm -rf ~/.cache/pip/
 pip install --quiet --upgrade pip setuptools