Skip to content

Commit

Permalink
修改了一点go文件
Browse files Browse the repository at this point in the history
  • Loading branch information
代军 committed Sep 12, 2024
1 parent 2e7fab1 commit e4b494d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/go-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ jobs:
cd cicd
git clone $fork_repo
cd app-builder
echo "github_head的值为:"
echo $GITHUB_HEAD_REF
git checkout dj-go-version-branch
git remote add upstream https://github.com/baidubce/app-builder.git
Expand Down
1 change: 0 additions & 1 deletion go/appbuilder/dataset_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ func TestDataset(t *testing.T) {
if err != nil {
t.Fatalf("create dataset failed: %v", err)
}

documentID, err := dataset.UploadLocalFile(datasetID, "./files/test.pdf")
if err != nil {
t.Fatalf("upload file failed: %v", err)
Expand Down

0 comments on commit e4b494d

Please sign in to comment.