Skip to content

Commit 8c9cabf

Browse files
committed
Exclude lint from ci-make.sh
We have a separate github action for linting, so running it again is not necessary.
1 parent ab4fabb commit 8c9cabf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/ci-make.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ set -o pipefail
2020

2121
REPO_ROOT=$(dirname "${BASH_SOURCE[0]}")/..
2222

23-
cd "${REPO_ROOT}" && make lint docker-build
23+
cd "${REPO_ROOT}" && make docker-build

0 commit comments

Comments
 (0)