Skip to content

Commit

Permalink
Merge pull request #638 from mojighahar/patch-1
Browse files Browse the repository at this point in the history
update gitlab doc addresses
  • Loading branch information
AidanDelaney committed Dec 14, 2023
1 parent 7f77c93 commit 03eee10
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions docs/tools/gitlab/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -743,8 +743,8 @@ <h1 class="title">Gitlab Auto DevOps</h1>
<p><a href="https://about.gitlab.com/">Gitlab</a> is a web based DevOps platform. It uses <a href="/docs/install-pack"><code>pack</code></a> as part of the <a href="https://docs.gitlab.com/ee/topics/autodevops/">Auto DevOps</a> feature, to
build applications prior to deploying them.</p>
<h2 id="use">Use</h2>
<p>To use the CNB integration, you need to configure the Auto DevOps feature, as discussed in <a href="https://docs.gitlab.com/ee/topics/autodevops/quick_start_guide.html">the DevOps guide</a>. At that point,
you can opt in to using Cloud Native Buildpacks by following the steps in their <a href="https://docs.gitlab.com/ee/topics/autodevops/stages.html#auto-build-using-cloud-native-buildpacks-beta">CNB documentation</a>.</p>
<p>To use the CNB integration, you need to configure the Auto DevOps feature, as discussed in <a href="https://docs.gitlab.com/ee/topics/autodevops/#get-started-with-auto-devops">the DevOps guide</a>. At that point,
you can opt in to using Cloud Native Buildpacks by following the steps in their <a href="https://docs.gitlab.com/ee/topics/autodevops/stages.html#auto-build-using-cloud-native-buildpacks">CNB documentation</a>.</p>
<p>This may look like the following in your <code>.gitlab-ci.yml</code> file:</p>
<div class="highlight"><pre tabindex="0" class="chroma"><code class="language-yaml" data-lang="yaml"><span class="line"><span class="cl"><span class="nt">include</span><span class="p">:</span><span class="w">
</span></span></span><span class="line"><span class="cl"><span class="w"> </span>- <span class="nt">template</span><span class="p">:</span><span class="w"> </span><span class="l">Auto-DevOps.gitlab-ci.yml</span><span class="w">
Expand All @@ -753,7 +753,7 @@ <h2 id="use">Use</h2>
</span></span></span><span class="line"><span class="cl"><span class="w"> </span><span class="nt">AUTO_DEVOPS_BUILD_IMAGE_CNB_ENABLED</span><span class="p">:</span><span class="w"> </span><span class="s2">&#34;true&#34;</span><span class="w">
</span></span></span></code></pre></div><h3 id="references">References</h3>
<ul>
<li><a href="https://docs.gitlab.com/ee/topics/autodevops/stages.html#auto-build-using-cloud-native-buildpacks-beta">Auto Build with CNB Docs</a></li>
<li><a href="https://docs.gitlab.com/ee/topics/autodevops/stages.html#auto-build-using-cloud-native-buildpacks">Auto Build with CNB Docs</a></li>
</ul>


Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">

<head>
<meta name="generator" content="Hugo 0.121.0">
<meta name="generator" content="Hugo 0.121.1">



Expand Down

0 comments on commit 03eee10

Please sign in to comment.