Commit a7fd39d3 authored by Fiona Neill's avatar Fiona Neill

Merge branch 'bbodenmiller-master-patch-66801' into 'master'

Fix deploying AWS Lambda function using GitLab CI/CD

See merge request gitlab-org/gitlab!77471
parents e3a7c68e 02ef5e6c
......@@ -394,6 +394,8 @@ stages:
production:
stage: deploy
before_script:
- apt-get update
- apt-get install -y python3-pip
- pip3 install awscli --upgrade
- pip3 install aws-sam-cli --upgrade
script:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment