From e0e3412241eb4d010ad3638327873a9936db3762 Mon Sep 17 00:00:00 2001
From: BO ZHANG <bozhang@nao.cas.cn>
Date: Tue, 20 Sep 2022 23:12:36 +0800
Subject: [PATCH] added hint for commands

---
 pipelines/build.sh | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/pipelines/build.sh b/pipelines/build.sh
index 6c9e1e0..5f0611f 100644
--- a/pipelines/build.sh
+++ b/pipelines/build.sh
@@ -1,8 +1,12 @@
 #!/bin/bash
 echo "===================== prepare for installation ====================="
+echo " > whoami"
 whoami
+echo " > uname -a"
 uname -a
+echo " > pwd"
 pwd
+echo " > ls -a"
 ls -a
 
 # define environment variables
@@ -10,9 +14,11 @@ export CSST_SIMS_C3="/nfsdata/share/csst_simulation_data/Cycle-3-SimuData/"
 export CSST_SIMS_C5_2="/nfsdata/share/csst_simulation_data/Cycle-5-SimuData/"
 export AUX_DIR="/nfsdata/users/csstpipeline/L1Pipeline/unittests/"
 
-echo "Python executor and version"
+echo " > which python"
 which python
+echo " > which pip"
 which pip
+echo " > python --version"
 python --version
 
 echo "===================== isntall requirements ====================="
-- 
GitLab