Skip to content

Commit

Permalink
Added small fix in boilerplate (#24)
Browse files Browse the repository at this point in the history
Signed-off-by: Yuvraj <[email protected]>
  • Loading branch information
yindia authored May 27, 2021
1 parent 35c0e0e commit 3534c0b
Show file tree
Hide file tree
Showing 5 changed files with 224 additions and 106 deletions.
3 changes: 2 additions & 1 deletion boilerplate-repo/boilerplate/flyte/end2end/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@

.PHONY: end2end_execute
end2end_execute:
./boilerplate/flyte/end2end/end2end.sh
./boilerplate/flyte/end2end/end2end.sh

2 changes: 1 addition & 1 deletion boilerplate-repo/boilerplate/flyte/end2end/end2end.sh
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ fi

make kustomize
make end2end_execute
popd
popd
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.16
require (
github.com/alvaroloes/enumer v1.1.2
github.com/flyteorg/flytestdlib v0.3.22
github.com/golangci/golangci-lint v1.22.2
github.com/golangci/golangci-lint v1.38.0
github.com/vektra/mockery v0.0.0-20181123154057-e78b021dcbb5
)

Expand Down
Loading

0 comments on commit 3534c0b

Please sign in to comment.