add step number to tracing params
This commit is contained in:
@@ -45,7 +45,7 @@ jobs:
|
||||
run: |
|
||||
./atool serve --plugin 5930 --http=localhost:5970 --modproxy \
|
||||
--cache-dir=/tmp/gocache --local --cache-dir=/tmp/gocachenew --log-file go-cache.log \
|
||||
--tracing "${GITHUB_RUN_ID}:${GITHUB_RUN_ATTEMPT}:${GITHUB_JOB}:Build Grafana" &
|
||||
--tracing "${GITHUB_RUN_ID}:${GITHUB_RUN_ATTEMPT}:${GITHUB_JOB}:Build Grafana:8" &
|
||||
|
||||
echo $! > atool.pid
|
||||
|
||||
|
||||
Reference in New Issue
Block a user