ci:add ci docker file to TD-rep
This commit is contained in:
parent
b9ee0f983f
commit
57a0c8abd2
|
@ -14,10 +14,14 @@ git pull
|
||||||
|
|
||||||
cd $script_dir/repository/TDinternal/community
|
cd $script_dir/repository/TDinternal/community
|
||||||
git clean -fxd
|
git clean -fxd
|
||||||
git pull
|
git checkout main
|
||||||
|
git pull origin main
|
||||||
git submodule update --init --recursive
|
git submodule update --init --recursive
|
||||||
|
|
||||||
cd $script_dir
|
cd $script_dir
|
||||||
|
cp $script_dir/repository/TDinternal/community/tests/ci/build_image.sh .
|
||||||
|
cp $script_dir/repository/TDinternal/community/tests/ci/daily_build_image.sh .
|
||||||
|
|
||||||
./build_image.sh || exit 1
|
./build_image.sh || exit 1
|
||||||
docker image prune -f
|
docker image prune -f
|
||||||
ips="\
|
ips="\
|
||||||
|
|
Loading…
Reference in New Issue