Skip to content

Commit 6113732

Browse files
committed
Clean ECR comments
1 parent 8911dd1 commit 6113732

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.github/workflows/build_test_colcon.yaml

-10
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,6 @@ jobs:
3737
runs-on: ${{ inputs.runs_on }}
3838
container:
3939
image: ${{ inputs.tooler_image }}
40-
# NOTE: credentials needed for ECR login are set via RunsOn preinsall script
41-
# https://github.com/runs-on/runs-on/discussions/71#discussioncomment-9280395
42-
# credentials:
43-
# username: AWS
44-
# password: <ECR_PASSWORD>
4540
defaults:
4641
run:
4742
shell: bash
@@ -153,11 +148,6 @@ jobs:
153148
- build_colcon_workspace
154149
container:
155150
image: ${{ inputs.validator_image }}
156-
# NOTE: credentials needed for ECR login are set via RunsOn preinsall script
157-
# https://github.com/runs-on/runs-on/discussions/71#discussioncomment-9280395
158-
# credentials:
159-
# username: AWS
160-
# password: <ECR_PASSWORD>
161151
defaults:
162152
run:
163153
shell: bash

0 commit comments

Comments
 (0)