Skip to content

Commit

Permalink
fix: artifact
Browse files Browse the repository at this point in the history
Signed-off-by: shuangkun <[email protected]>
  • Loading branch information
shuangkun committed Mar 21, 2024
1 parent cb98804 commit f1dbe0e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion workflow/controller/operator.go
Original file line number Diff line number Diff line change
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 f1dbe0e

Please sign in to comment.