Skip to content

Commit

Permalink
runtime update
Browse files Browse the repository at this point in the history
  • Loading branch information
xavier-thomas committed Oct 27, 2023
1 parent 835406b commit ac6886a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example-publish-buildspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ phases:
install:
runtime-versions:
nodejs: 18
python: 3.9
python: 3.11
commands:
- curl -H "Authorization:token $GITHUB_AUTH_TOKEN" https://api.github.com/repos/${RepoOwner}/${RepoName}/statuses/$CODEBUILD_RESOLVED_SOURCE_VERSION -d '{"state":"pending","description":"Build in progress","context":"SAR Publish"}'
- pip install aws-sam-cli
Expand Down

0 comments on commit ac6886a

Please sign in to comment.