fix containerd sitmap
This commit is contained in:
parent
6500851f78
commit
1f55470059
|
@ -10,6 +10,6 @@ jobs:
|
|||
- uses: actions/checkout@v4
|
||||
- name: Push To-To-To
|
||||
run: |
|
||||
/bin/bash build.sh https://github.com/containernetworking/cni.dev.git
|
||||
/bin/bash build.sh https://github.com/containerd/containerd.io.git
|
||||
src=`cat project_dir/ret-data|grep -v ^$|head -n 1`
|
||||
./ossutil --access-key-id ${{ secrets.ALIYUN_CYG_OSS_AK }} --access-key-secret ${{ secrets.ALIYUN_CYG_OSS_SK }} --endpoint ${{ secrets.ALIYUN_CYG_OSS_ENDPOINT }} --region ${{ secrets.ALIYUN_CYG_OSS_REGION }} cp -f ${src} oss://cncfstack-website/
|
|
@ -45,7 +45,7 @@ save_return(){
|
|||
|
||||
cd project_dir
|
||||
if cat .git/config |grep '/containerd/containerd.io.git' ;then
|
||||
echo "=============================================> 匹配到 containerd"
|
||||
echo "匹配到 containerd"
|
||||
before_build
|
||||
build
|
||||
find_and_sed_v2 "./output"
|
||||
|
|
Loading…
Reference in New Issue