Skip to content

Commit e7c57d7

Browse files
committed
Fix
1 parent 123614b commit e7c57d7

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

.github/workflows/pr.yml

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -28,18 +28,7 @@ jobs:
2828

2929
build-lambda:
3030
uses: ./.github/workflows/build-link-index-updater-lambda.yml
31-
runs-on: ubuntu-latest
32-
steps:
33-
- uses: actions/checkout@v4
34-
- name: Amazon Linux 2023 build
35-
run: |
36-
docker build . -t publish-links-index:latest -f src/infra/docs-lambda-index-publisher/lambda.DockerFile
37-
- name: Get bootstrap binary
38-
run: |
39-
docker cp $(docker create --name tc publish-links-index:latest):/app/.artifacts/publish ./.artifacts && docker rm tc
40-
tree .artifacts
41-
stat .artifacts/docs-lambda-index-publisher/release_linux-x64/bootstrap
42-
31+
4332
lint:
4433
runs-on: ubuntu-latest
4534
defaults:

0 commit comments

Comments
 (0)