Skip to content

Commit 09c1301

Browse files
Fixed sidebar nav
1 parent 4b752b5 commit 09c1301

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

_docs/codefresh-yaml/steps/freestyle.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -101,9 +101,6 @@ step_name:
101101
**Exported resources:**
102102
- Working Directory.
103103

104-
105-
106-
107104
## Examples
108105

109106
Here are some full pipelines with freestyle steps. Notice that in all cases the pipelines are connected to [git repositories]({{site.baseurl}}/docs/configure-ci-cd-pipeline/pipelines/#pipeline-creation-modes)
@@ -152,7 +149,7 @@ steps:
152149
- go build
153150
{% endhighlight %}
154151

155-
#### Performing a [blue/green deployment](https://github.com/codefresh-io/k8s-blue-green-deployment):
152+
**Performing a [blue/green deployment](https://github.com/codefresh-io/k8s-blue-green-deployment):**
156153

157154
`codefresh.yml`
158155
{% highlight yaml %}

0 commit comments

Comments
 (0)