Skip to content

Commit

Permalink
Debug BUILDKITE upload
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigonull committed Apr 24, 2024
1 parent 981141f commit f435515
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_build-debug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
run: |
echo "---------------------------- starting upload -----------------------"
curl -X POST \
-H "Authorization: Token token=\"$BUILDKITE_ANALYTICS_TOKEN\"" \
-H "Authorization: Token token=${BUILDKITE_ANALYTICS_TOKEN}" \
-F "format=junit" \
-F "data={}" \
-F "run_env[CI]=github_actions" \
Expand Down

0 comments on commit f435515

Please sign in to comment.