Skip to content

Commit 370a0a0

Browse files
committed
Update freestyle.md
1 parent 6fe5bb8 commit 370a0a0

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

_docs/pipelines/steps/freestyle.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ title: "Freestyle"
33
description: "Run commands inside a Docker container"
44
group: pipelines
55
sub_group: steps
6-
redirect_from:
7-
- /docs/freestyle/
86
toc: true
97
---
108
The Freestyle step is designed so you can execute a series of commands in a container. Freestyle steps
@@ -120,9 +118,9 @@ steps:
120118
- mvn -Dmaven.repo.local=/codefresh/volume/m2_repository package
121119
{% endhighlight %}
122120

123-
Note how we [cache Maven dependencies]({{site.baseurl}}/docs/learn-by-example/java/spring-boot-2/#caching-the-maven-dependencies) using the internal Codefresh Volume.
121+
Note how we [cache Maven dependencies]({{site.baseurl}}/docs/example-catalog/ci-examples/java/spring-boot-2/#caching-the-maven-dependencies) using the internal Codefresh Volume.
124122

125-
**Running unit tests in [Node.JS]({{site.baseurl}}/docs/learn-by-example/nodejs/):**
123+
**Running unit tests in [Node.JS]({{site.baseurl}}/docs/example-catalog/ci-examples/nodejs/):**
126124

127125
`codefresh.yml`
128126
{% highlight yaml %}
@@ -136,7 +134,7 @@ steps:
136134
- npm run test
137135
{% endhighlight %}
138136

139-
**Packaging a [GO application]({{site.baseurl}}/docs/learn-by-example/golang/golang-hello-world/):**
137+
**Packaging a [GO application]({{site.baseurl}}/docs/example-catalog/ci-examples/golang-hello-world/):**
140138

141139
`codefresh.yml`
142140
{% highlight yaml %}

0 commit comments

Comments
 (0)