From 7b9452239746da32c162d6592bcbcec0a400ed37 Mon Sep 17 00:00:00 2001 From: Jordan Carlin Date: Fri, 17 Jan 2025 10:34:50 -0800 Subject: [PATCH] Remove wrapper_nightly_runs.sh --- bin/wrapper_nightly_runs.sh | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100755 bin/wrapper_nightly_runs.sh diff --git a/bin/wrapper_nightly_runs.sh b/bin/wrapper_nightly_runs.sh deleted file mode 100755 index 88a1e094a..000000000 --- a/bin/wrapper_nightly_runs.sh +++ /dev/null @@ -1,21 +0,0 @@ -#!/bin/bash - -# Variables -PYTHON_SCRIPT=$HOME/nightly-runs/cvw/bin/ # cvw can be anywhere you would like it. Make sure to point your variable there -SETUP_SCRIPT=$HOME/nightly-runs/cvw/ # cvw can be anywhere you would like it. Make sure to point your variable there - -echo "Current directory" -pwd - -cd $SETUP_SCRIPT -echo "Current directory" -pwd - -echo "Sourcing setup_host" -source ./setup.sh - -cd $PYTHON_SCRIPT -pwd -echo "Running python file" -$RISCV/riscv-python/bin/python nightly_build.py -echo "Finished"