Skip to content

Commit

Permalink
Fix array
Browse files Browse the repository at this point in the history
  • Loading branch information
farski committed Dec 20, 2024
1 parent 0ebe11c commit 2ebe950
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/src/build-handler/index.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,10 @@ async function startBuild(
projectName,
extraEnvironmentVariables,
) {
const environmentVariablesOverride = {
const environmentVariablesOverride = [
...environmentVariables,
...extraEnvironmentVariables,
};
];

return codebuild.send(
new StartBuildCommand({
Expand Down

0 comments on commit 2ebe950

Please sign in to comment.