Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit0388866

Browse files
author
Lukas Goodfellow
committed
update code block on execution context
1 parent5bb3eba commit0388866

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

‎_docs/administration/pipeline-execution-context.md‎

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ Pipeline execution contexts are restricted to the "[pipelines](https://codefresh
2727

2828
A user can override the environment variable CF_API_KEY with their API Key to access other endpoints. Below is an example of how to do this in a single step.
2929

30-
```yaml
30+
{% highlight yaml %}
31+
{% raw %}
3132
steps:
3233
this_step_will_ succeed:
3334
title: "will succeed"
@@ -36,6 +37,7 @@ steps:
3637
commands:
3738
- "export CP_API_KEY=${{MY_API_KEY}}" # this will override the default token with my own token
3839
- "codefresh create team ${{TEAM_NAME}}"
39-
```
40+
{% endraw %}
41+
{% endhighlight %}
4042

4143
You can use the cf_export option for the following steps if needed.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp