Skip to content

Commit

Permalink
chore: code feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
shivani170 committed Oct 1, 2024
1 parent 28379a3 commit 1b5efee
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ const EnvironmentOverrideRouter = () => {
list.push({ id: env.id, clusterName: env.cluster_name, name: env.environment_name })
}
})
setEnvironmentOptions(createClusterEnvGroup(environments, 'clusterName'))
setEnvironmentOptions(createClusterEnvGroup(list, 'clusterName'))
setCIPipelines(ciConfigRes?.ciPipelines)
} catch (err) {
showError(err)
Expand Down
3 changes: 0 additions & 3 deletions src/components/ciConfig/BuildContext.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -188,9 +188,6 @@ const BuildContext: FunctionComponent<BuildContextProps> = ({
Build Context Path (Relative)
</label>

{console.log('docker option', checkoutPathOptions)}
{console.log(getCheckoutPathValue(useRootBuildContextFlag))}

<div className="docker-file-container">
<SelectPicker
inputId="docker-file-container"
Expand Down

0 comments on commit 1b5efee

Please sign in to comment.