Skip to content

Commit 0d7b2ac

Browse files
committed
Try to fix the CI
1 parent ac6e5e7 commit 0d7b2ac

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -288,13 +288,6 @@ USAGE:
288288
Get the status of async-profiler on a running Java application
289289

290290
OPTIONS:
291-
-app-instance-index -i [index], select to which instance of the app to connect
292-
-args -a, Miscellaneous arguments to pass to the command (if supported) in the
293-
container, be aware to end it with a space if it is a simple option. For
294-
commands that create arbitrary files (jcmd, asprof), the environment
295-
variables @FSPATH, @ARGS, @APP_NAME, @FILE_NAME, and @STATIC_FILE_NAME are
296-
available in --args to reference the working directory path, arguments,
297-
application name, and generated file name respectively.
298291
-container-dir -cd, the directory path in the container that the heap dump/JFR/... file will be
299292
saved to
300293
-dry-run -n, just output to command line what would be executed
@@ -305,6 +298,13 @@ OPTIONS:
305298
-no-download -nd, don't download the heap dump/JFR/... file to local, only keep it in the
306299
container, implies '--keep'
307300
-verbose -v, enable verbose output for the plugin
301+
-app-instance-index -i [index], select to which instance of the app to connect
302+
-args -a, Miscellaneous arguments to pass to the command (if supported) in the
303+
container, be aware to end it with a space if it is a simple option. For
304+
commands that create arbitrary files (jcmd, asprof), the environment
305+
variables @FSPATH, @ARGS, @APP_NAME, @FILE_NAME, and @STATIC_FILE_NAME are
306+
available in --args to reference the working directory path, arguments,
307+
application name, and generated file name respectively.
308308

309309
</pre>
310310

scripts/lint-go.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,8 @@ case "$MODE" in
112112
fi
113113

114114
echo "🔍 Running golangci-lint..."
115+
which golangci-lint
116+
golangci-lint --version
115117
if command -v golangci-lint >/dev/null 2>&1; then
116118
if ! golangci-lint run --timeout=5m *.go; then
117119
print_error "golangci-lint issues found"

0 commit comments

Comments
 (0)