Skip to content
Snippets Groups Projects
Commit 142ebfe3 authored by Derek Hudson's avatar Derek Hudson
Browse files

Merge branch 'aws-fix-build' into 'master'

Fix AWS build.

See merge request !560
parents 587bf202 4a8f43e2
No related branches found
No related tags found
1 merge request!560Fix AWS build.
Pipeline #307680 passed
......@@ -33,7 +33,7 @@ phases:
runtime-versions:
nodejs: 18
java: corretto17
python: 3.11
python: 3.12
commands:
- 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
......
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