Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Open Subsurface Data Universe Software
Platform
System
Notification
Commits
e1a45747
Commit
e1a45747
authored
Feb 03, 2021
by
Sutton
Browse files
ubuntu expired key fix
parent
c5ff728d
Changes
1
Hide whitespace changes
Inline
Side-by-side
provider/notification-aws/build-aws/buildspec.yaml
View file @
e1a45747
...
@@ -27,6 +27,8 @@ phases:
...
@@ -27,6 +27,8 @@ phases:
runtime-versions
:
runtime-versions
:
java
:
corretto8
java
:
corretto8
commands
:
commands
:
# fix error noted here: https://github.com/yarnpkg/yarn/issues/7866
-
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
-
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 update -y -qq > /dev/null
-
apt-get install -y maven -qq >/dev/null
-
apt-get install -y maven -qq >/dev/null
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment