Skip to content

Commit

Permalink
Merge branch 'main' into cli_issue_#895_solution
Browse files Browse the repository at this point in the history
  • Loading branch information
gauravsaini04 authored Nov 1, 2024
2 parents 0203a97 + 96835f3 commit 56b4ce5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/spec-node/templatesCLI/publish.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { publishOptions } from '../collectionCommonUtils/publish';
import { getCLIHost } from '../../spec-common/cliHost';
import { loadNativeModule } from '../../spec-common/commonUtils';
import { PackageCommandInput } from '../collectionCommonUtils/package';
import { getArchiveName, OCICollectionFileName } from '../collectionCommonUtils/packageCommandImpl';
import { getArchiveName } from '../collectionCommonUtils/packageCommandImpl';
import { packageTemplates } from './packageImpl';
import { getCollectionRef, getRef, OCICollectionRef } from '../../spec-configuration/containerCollectionsOCI';
import { doPublishCommand, doPublishMetadata } from '../collectionCommonUtils/publishCommandImpl';
Expand Down Expand Up @@ -67,7 +67,6 @@ async function templatesPublish({
const metadata = await packageTemplates(packageArgs);

if (!metadata) {
output.write(`(!) ERR: Failed to fetch ${OCICollectionFileName}`, LogLevel.Error);
process.exit(1);
}

Expand Down

0 comments on commit 56b4ce5

Please sign in to comment.