Skip to content

Commit

Permalink
Testing ${COMMIT_SHA} inside container
Browse files Browse the repository at this point in the history
  • Loading branch information
Robertorosmaninho committed Sep 21, 2023
1 parent ff21068 commit 5bcefe3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
- name: 'Getting Performance Tests Results'
run: |
set -euxo pipefail
echo ${COMMIT_SHA}
docker exec -t k-posting-profiling-tests-${GITHUB_SHA} /bin/bash -c 'echo ${COMMIT_SHA}'
docker exec -t k-posting-profiling-tests-${GITHUB_SHA} /bin/bash -c './k-distribution/tests/profiling/post_results_to_develop.py ${COMMIT_SHA}'
- name: 'Posting Performance Tests Results'
run: |
Expand Down

0 comments on commit 5bcefe3

Please sign in to comment.