Skip to content

Commit

Permalink
Clean ECR comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ruffsl committed Jun 4, 2024
1 parent 8911dd1 commit 6113732
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/build_test_colcon.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,6 @@ jobs:
runs-on: ${{ inputs.runs_on }}
container:
image: ${{ inputs.tooler_image }}
# NOTE: credentials needed for ECR login are set via RunsOn preinsall script
# https://github.com/runs-on/runs-on/discussions/71#discussioncomment-9280395
# credentials:
# username: AWS
# password: <ECR_PASSWORD>
defaults:
run:
shell: bash
Expand Down Expand Up @@ -153,11 +148,6 @@ jobs:
- build_colcon_workspace
container:
image: ${{ inputs.validator_image }}
# NOTE: credentials needed for ECR login are set via RunsOn preinsall script
# https://github.com/runs-on/runs-on/discussions/71#discussioncomment-9280395
# credentials:
# username: AWS
# password: <ECR_PASSWORD>
defaults:
run:
shell: bash
Expand Down

0 comments on commit 6113732

Please sign in to comment.