We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8911dd1 commit 6113732Copy full SHA for 6113732
.github/workflows/build_test_colcon.yaml
@@ -37,11 +37,6 @@ jobs:
37
runs-on: ${{ inputs.runs_on }}
38
container:
39
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>
45
defaults:
46
run:
47
shell: bash
@@ -153,11 +148,6 @@ jobs:
153
148
- build_colcon_workspace
154
149
155
150
image: ${{ inputs.validator_image }}
156
157
158
159
160
161
151
162
152
163
0 commit comments