Skip to content
Snippets Groups Projects
Commit c5c8ce03 authored by Sutton's avatar Sutton
Browse files

codebuild key expiration error

parent 0824cbde
No related branches found
No related tags found
1 merge request!99CORS Fix, AWS Updates
......@@ -28,8 +28,7 @@ phases:
java: corretto8
commands:
# fix error noted here: https://github.com/yarnpkg/yarn/issues/7866
- curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -
- curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add -
- if [ $(echo $CODEBUILD_SOURCE_VERSION | grep -c ^refs/heads.*) -eq 1 ]; then echo "Branch name found"; else echo "This build only supports branch builds" && exit 1; fi
- apt-get update -y -qq > /dev/null
- apt-get install -y maven -qq > /dev/null
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment