Skip to content

Commit f66f339

Browse files
Update pipeline Build example-python
1 parent 4227677 commit f66f339

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

.harness/pipelines/example-python-1782243273911.yaml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -49,17 +49,6 @@ pipeline:
4949
command: codecovcli --verbose do-upload -t ${CODECOV_TOKEN} --fail-on-error
5050
envVariables:
5151
CODECOV_TOKEN: <+secrets.getValue("Codecov_Upload_Token")>
52-
- step:
53-
type: Run
54-
name: Upload coverage to Codecov -- env token
55-
identifier: Upload_coverage_to_Codecov_env_token
56-
spec:
57-
shell: Sh
58-
command: |-
59-
if [ -z "$CODECOV_TOKEN" ]; then echo "CODECOV_TOKEN is empty"; exit 1; fi
60-
codecovcli --verbose do-upload --fail-on-error
61-
envVariables:
62-
CODECOV_TOKEN: <+secrets.getValue("Codecov_Upload_Token")>
6352
platform:
6453
os: Linux
6554
arch: Amd64

0 commit comments

Comments
 (0)