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

Fix AWS build.

parent 587bf202
No related branches found
No related tags found
1 merge request!560Fix AWS build.
Pipeline #307526 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