Skip to content

Commit 82dbae9

Browse files
committed
Calling new custom github action.
1 parent 5780765 commit 82dbae9

1 file changed

Lines changed: 1 addition & 19 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -38,24 +38,6 @@ jobs:
3838
path: |
3939
dist/*
4040
41-
extension:
42-
name: Build extions package
43-
runs-on: ubuntu-latest
44-
needs: dist
45-
46-
steps:
47-
- uses: actions/download-artifact@v2
41+
- uses: getsentry/action-build-aws-lambda-extension
4842
with:
4943
name: ${{ github.sha }}
50-
- run: |
51-
ls -alh
52-
mkdir sentry-lambda-layer/extensions
53-
echo "pwd $$ ls -alh" > sentry-lambda-layer/extensions/my-extension.sh
54-
chmod +x sentry-lambda-layer/extensions/my-extension.sh
55-
curl -0 --silent --output sentry-lambda-layer/relay `curl -s https://release-registry.services.sentry.io/apps/relay/latest | jq -r .files.\"relay-Linux-x86_64\".url`
56-
57-
- run: |
58-
zip -r sentry-lambda-layer.zip sentry-lambda-layer/
59-
ls -alh
60-
echo "im zip"
61-
unzip -Z1 sentry-lambda-layer.zip

0 commit comments

Comments
 (0)