You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _docs/codefresh-yaml/steps/freestyle.md
+1-4Lines changed: 1 addition & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -101,9 +101,6 @@ step_name:
101
101
**Exported resources:**
102
102
- Working Directory.
103
103
104
-
105
-
106
-
107
104
## Examples
108
105
109
106
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:
152
149
- go build
153
150
{% endhighlight %}
154
151
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):**
0 commit comments