Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
csst-pipeline
csst_proto
Commits
e0e34122
Commit
e0e34122
authored
Sep 20, 2022
by
BO ZHANG
🏀
Browse files
added hint for commands
parent
5a255901
Pipeline
#142
passed with stages
in 11 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
pipelines/build.sh
View file @
e0e34122
#!/bin/bash
#!/bin/bash
echo
"===================== prepare for installation ====================="
echo
"===================== prepare for installation ====================="
echo
" > whoami"
whoami
whoami
echo
" > uname -a"
uname
-a
uname
-a
echo
" > pwd"
pwd
pwd
echo
" > ls -a"
ls
-a
ls
-a
# define environment variables
# define environment variables
...
@@ -10,9 +14,11 @@ export CSST_SIMS_C3="/nfsdata/share/csst_simulation_data/Cycle-3-SimuData/"
...
@@ -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
CSST_SIMS_C5_2
=
"/nfsdata/share/csst_simulation_data/Cycle-5-SimuData/"
export
AUX_DIR
=
"/nfsdata/users/csstpipeline/L1Pipeline/unittests/"
export
AUX_DIR
=
"/nfsdata/users/csstpipeline/L1Pipeline/unittests/"
echo
"
Python executor and versi
on"
echo
"
> which pyth
on"
which python
which python
echo
" > which pip"
which pip
which pip
echo
" > python --version"
python
--version
python
--version
echo
"===================== isntall requirements ====================="
echo
"===================== isntall requirements ====================="
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment