Skip to content

Commit

Permalink
fix: artifact
Browse files Browse the repository at this point in the history
Signed-off-by: shuangkun <tsk2013uestc@163.com>
  • Loading branch information
shuangkun committed Mar 21, 2024
1 parent c244067 commit 90bedd8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion workflow/controller/operator.go
Expand Up @@ -4,7 +4,7 @@ import (
"context"
"encoding/json"
"fmt"
"golang.org/x/exp/slices"

"math"
"os"
"reflect"
Expand All @@ -16,6 +16,8 @@ import (
"sync"
"time"

"golang.org/x/exp/slices"

"github.com/argoproj/argo-workflows/v3/util/secrets"

"github.com/argoproj/pkg/humanize"
Expand Down

0 comments on commit 90bedd8

Please sign in to comment.