Skip to content

Commit b2818f2

Browse files
committed
cleanup CI notes
1 parent 94f7ea6 commit b2818f2

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,6 @@ jobs:
8787
run: |
8888
python -m pip install boto3
8989
mvn install -DskipTests
90-
91-
# MAYBE REMOVE
9290
- name: configure AWS credentials (MQTT5)
9391
uses: aws-actions/configure-aws-credentials@v2
9492
with:
@@ -97,8 +95,6 @@ jobs:
9795
- name: run MQTT5 PubSub sample
9896
run: |
9997
python3 ./utils/run_in_ci.py --file ./.github/workflows/ci_run_mqtt5_pubsub_cfg.json
100-
# REMOVE ABOVE
101-
10298
- name: configure AWS credentials (Device Advisor)
10399
uses: aws-actions/configure-aws-credentials@v2
104100
with:
@@ -161,8 +157,6 @@ jobs:
161157
source .venv/bin/activate
162158
python3 -m pip install boto3
163159
mvn install -Dmaven.test.skip=true
164-
165-
# MAYBE REMOVE
166160
- name: configure AWS credentials (MQTT5)
167161
uses: aws-actions/configure-aws-credentials@v2
168162
with:
@@ -172,8 +166,6 @@ jobs:
172166
run: |
173167
source .venv/bin/activate
174168
python3 ./utils/run_in_ci.py --file ./.github/workflows/ci_run_mqtt5_pubsub_cfg.json
175-
# REMOVE ABOVE
176-
177169
- name: configure AWS credentials (Device Advisor)
178170
uses: aws-actions/configure-aws-credentials@v2
179171
with:
@@ -234,8 +226,6 @@ jobs:
234226
- name: Running samples in CI setup
235227
run: |
236228
python3 -m pip install boto3
237-
238-
# MAYBE REMOVE
239229
- name: configure AWS credentials (MQTT5)
240230
uses: aws-actions/configure-aws-credentials@v2
241231
with:
@@ -244,8 +234,6 @@ jobs:
244234
- name: run MQTT5 PubSub sample
245235
run: |
246236
python3 ./utils/run_in_ci.py --file ./.github/workflows/ci_run_mqtt5_pubsub_cfg.json
247-
# REMOVE ABOVE
248-
249237
- name: configure AWS credentials (Device Advisor)
250238
uses: aws-actions/configure-aws-credentials@v2
251239
with:

0 commit comments

Comments
 (0)