Skip to content

Commit 5c8d818

Browse files
ci: remove workflow trigger (#167)
1 parent bd49992 commit 5c8d818

File tree

2 files changed

+10
-7
lines changed

2 files changed

+10
-7
lines changed

.circleci/config.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ executors:
1212
type: string
1313
default: << pipeline.parameters.default-python-image >>
1414
docker:
15-
- image: <<parameters.python-image>>
15+
- image: << parameters.python-image >>
1616
- image: influxdb:3-core
1717
environment:
1818
- INFLUXDB3_NODE_IDENTIFIER_PREFIX=node01
@@ -24,7 +24,7 @@ executors:
2424
type: string
2525
default: << pipeline.parameters.default-python-image >>
2626
docker:
27-
- image: <<parameters.python-image>>
27+
- image: << parameters.python-image >>
2828
- image: influxdb:3-core
2929
environment:
3030
- INFLUXDB3_NODE_IDENTIFIER_PREFIX=node01
@@ -94,7 +94,7 @@ jobs:
9494
parameters:
9595
python-image:
9696
type: string
97-
default: <<pipeline.parameters.default-python-image>>>>
97+
default: << pipeline.parameters.default-python-image >>
9898
exe:
9999
type: string
100100
default: docker-amd64-image
@@ -130,7 +130,7 @@ jobs:
130130
- upload-codecov-arm64
131131
check-code-style:
132132
docker:
133-
- image: <<pipeline.parameters.default-python-image>>
133+
- image: << pipeline.parameters.default-python-image >>
134134
environment:
135135
PIPENV_VENV_IN_PROJECT: true
136136
steps:
@@ -157,7 +157,7 @@ jobs:
157157
flake8 Examples/
158158
check-twine:
159159
docker:
160-
- image: <<pipeline.parameters.default-python-image>>
160+
- image: << pipeline.parameters.default-python-image >>
161161
environment:
162162
PIPENV_VENV_IN_PROJECT: true
163163
steps:
@@ -171,7 +171,7 @@ jobs:
171171
twine check dist/*
172172
check-docstyle:
173173
docker:
174-
- image: <<pipeline.parameters.default-python-image>>
174+
- image: << pipeline.parameters.default-python-image >>
175175
environment:
176176
PIPENV_VENV_IN_PROJECT: true
177177
steps:
@@ -202,7 +202,7 @@ workflows:
202202
requires:
203203
- tests-python
204204
name: test-integration
205-
python-image: <<pipeline.parameters.default-python-image>>
205+
python-image: << pipeline.parameters.default-python-image >>
206206
pytest-marker: "integration"
207207

208208
nightly:

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
### CI
66

77
1. [#164](https://github.com/InfluxCommunity/influxdb3-python/pull/164): Fix pipelines not downloading the correct python images.
8+
1. [#167](https://github.com/InfluxCommunity/influxdb3-python/pull/167):
9+
- Remove incorrect symbol `>>` for config.yml.
10+
- I have added spacing for `<<` and `>>` just for consistency.
811

912
## 0.16.0 [2025-09-15]
1013

0 commit comments

Comments
 (0)