Skip to content

Commit cebb87a

Browse files
Update pipeline Build ff-golang-server-sdk
1 parent 43e6067 commit cebb87a

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.harness/pipelines/ff-golang-server-sdk-1718706413193.yaml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,8 @@ pipeline:
2525
spec:
2626
shell: Sh
2727
command: |-
28-
ls -l
29-
ls -l ../
30-
ls -l harness
31-
pwd -P
32-
go build
28+
go mod tidy
29+
go build examples/getting_started.go
3330
timeout: ""
3431
type: Run
3532
- step:

0 commit comments

Comments
 (0)