We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1132bc commit d1de85bCopy full SHA for d1de85b
.github/main.workflow
@@ -5,9 +5,5 @@ workflow "test-runner" {
5
6
action "test-pipeline-runner" {
7
uses = "./"
8
- env = {
9
- PIPELINE_NAME = "gitlab/gitlab",
10
- CF_API_KEY = "5d4959b0425e20bf9068ea7b.3a4ebde227b81fa2fbb04b7ab5a39ca1"
11
- }
12
}
13
runner-entrypoint.sh
@@ -9,4 +9,4 @@ codefresh auth use-contex mycontext
codefresh run $PIPELINE_NAME
-ehco =======================
+echo =======================
0 commit comments