Skip to content

Commit ac6e5e7

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

File tree

2 files changed

+11
-7
lines changed

2 files changed

+11
-7
lines changed

.github/workflows/build-and-snapshot.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,10 @@ jobs:
6565
echo "${HOME}/go/bin" >> $GITHUB_PATH
6666
which golangci-lint
6767
golangci-lint --version
68+
- name: Check golangci-lint version and path
69+
run: |
70+
which golangci-lint
71+
golangci-lint --version
6872
6973
- name: Lint Go files
7074
run: ./scripts/lint-go.sh ci

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-
-keep -k, keep the heap dump in the container; by default the heap dump/JFR/... will
292-
be deleted from the container's filesystem after being downloaded
293-
-local-dir -ld, the local directory path that the dump/JFR/... file will be saved to,
294-
defaults to the current directory
295-
-no-download -nd, don't download the heap dump/JFR/... file to local, only keep it in the
296-
container, implies '--keep'
297-
-verbose -v, enable verbose output for the plugin
298291
-app-instance-index -i [index], select to which instance of the app to connect
299292
-args -a, Miscellaneous arguments to pass to the command (if supported) in the
300293
container, be aware to end it with a space if it is a simple option. For
@@ -305,6 +298,13 @@ OPTIONS:
305298
-container-dir -cd, the directory path in the container that the heap dump/JFR/... file will be
306299
saved to
307300
-dry-run -n, just output to command line what would be executed
301+
-keep -k, keep the heap dump in the container; by default the heap dump/JFR/... will
302+
be deleted from the container's filesystem after being downloaded
303+
-local-dir -ld, the local directory path that the dump/JFR/... file will be saved to,
304+
defaults to the current directory
305+
-no-download -nd, don't download the heap dump/JFR/... file to local, only keep it in the
306+
container, implies '--keep'
307+
-verbose -v, enable verbose output for the plugin
308308

309309
</pre>
310310

0 commit comments

Comments
 (0)