Skip to content

Commit

Permalink
Fix [Batch run] unexpected change in 'Default artifact path' (#2491)
Browse files Browse the repository at this point in the history
  • Loading branch information
mavdryk authored May 29, 2024
1 parent 2af3a8a commit 888ac8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/JobWizard/JobWizard.util.js
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ export const generateJobWizardData = (
inputPath: null,
outputPath:
currentProject?.spec?.artifact_path ||
frontendSpec.default_artifact_path ||
(frontendSpec.ce?.version && frontendSpec.default_artifact_path) ||
JOB_DEFAULT_OUTPUT_PATH,
accessKey: true,
accessKeyInput: '',
Expand Down

0 comments on commit 888ac8a

Please sign in to comment.