We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
dist
1 parent 477fbe7 commit 9a78438Copy full SHA for 9a78438
.github/workflows/ci.yml
@@ -14,8 +14,6 @@ jobs:
14
timeout-minutes: 10
15
runs-on: ubuntu-16.04
16
17
- if: "startsWith(github.ref, 'refs/heads/release/')"
18
-
19
steps:
20
- uses: actions/checkout@v2
21
- uses: actions/setup-node@v1
Makefile
@@ -61,5 +61,7 @@ apidocs-hotfix: apidocs
61
.PHONY: apidocs-hotfix
62
63
aws-lambda-layer-build: dist
64
+ $(VENV_PATH)/bin/pip install urllib3
65
+ $(VENV_PATH)/bin/pip install certifi
66
$(VENV_PATH)/bin/python -m scripts.build-awslambda-layer
67
.PHONY: aws-lambda-layer-build
0 commit comments