Skip to content

Commit

Permalink
fix: remove deprecation of jx create step
Browse files Browse the repository at this point in the history
as its used to add custom Jenkins X pipelines to users projects - see https://jenkins-x.io/docs/using-jx/faq/pipelines/#how-do-i-add-a-custom-step
  • Loading branch information
jstrachan authored and jenkins-x-bot committed Jan 28, 2020
1 parent 1829f6c commit 97ce03a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pkg/cmd/deprecation/deprecated.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,6 @@ var deprecatedCommands map[string]deprecationInfo = map[string]deprecationInfo{
"create post": {
date: "Feb 1 2020",
},
"create step": {
date: "Feb 1 2020",
},
"create archetype": {
replacement: "jx create quickstart",
date: "Feb 1 2020",
Expand Down

0 comments on commit 97ce03a

Please sign in to comment.