This website requires JavaScript.
Explore
关于
Help
Register
Sign In
github
/
InternLM
mirror of
https://github.com/InternLM/InternLM
Watch
1
Star
0
Fork
You've already forked InternLM
0
Code
Issues
Projects
Releases
Wiki
Activity
9481df976f
InternLM
/
ci_scripts
/
common
/
variables.sh
4 lines
85 B
Bash
Raw
Normal View
History
Unescape
Escape
test(ci_scripts): clean test data after test, remove unnecessary global variables, and other optimizations (#165) * test: optimization of ci scripts(variables, test data cleaning, etc). * chore(workflows): disable ci job on push. * fix: update partition
2023-08-03 03:26:51 +00:00
#!/bin/bash
test(ci_scripts): add install requirements automaticlly,trigger event about lint check and other optimizations (#174) * add pull_request in lint check * use default variables in ci_scripts * fix format * check and install requirements automaticlly * fix format --------- Co-authored-by: qa-caif-cicd <qa-caif-cicd@pjlab.org.cn>
2023-08-04 03:09:46 +00:00
readonly
DATA_VOLUME
=
$(
echo
$GITHUB_WORKSPACE
|
cut -d
'/'
-f 1-4
)
/data