Skip to content

Commit

Permalink
Merge pull request #1150 from DataDog/andrii.liashenko/remove_gate_fr…
Browse files Browse the repository at this point in the history
…om_beta

[CIVIS-8421] Remove gate from beta commands
  • Loading branch information
liashenko authored Jan 2, 2024
2 parents 6dfd32f + 2cb7806 commit 0e70990
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import {CommandClass} from 'clipanion/lib/advanced/Command'

import {version} from './helpers/version'

const BETA_COMMANDS = ['gate', 'sbom', 'dora', 'deployment']
const BETA_COMMANDS = ['sbom', 'dora', 'deployment']

const onError = (err: any) => {
console.log(err)
Expand Down

0 comments on commit 0e70990

Please sign in to comment.