Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Primary navigation
Search or go to…
Project
Step Runner
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Privacy statement
Keyboard shortcuts
?
What's new
4
Snippets
Groups
Projects
Show more breadcrumbs
GitLab.org
Step Runner
Commits
293d9ef4
Commit
293d9ef4
authored
1 year ago
by
Joe Burnett
Browse files
Options
Downloads
Patches
Plain Diff
Rename e2e project as echo test
parent
8bc90a06
No related branches found
No related tags found
No related merge requests found
Pipeline
#1092930464
passed
1 year ago
Stage: test
Stage: build
Stage: e2e
Stage: deploy
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+1
-1
1 addition, 1 deletion
.gitlab-ci.yml
README.md
+2
-2
2 additions, 2 deletions
README.md
with
3 additions
and
3 deletions
.gitlab-ci.yml
+
1
−
1
View file @
293d9ef4
...
...
@@ -33,7 +33,7 @@ run-e2e:
type: steps
steps:
- name: hello-world
step: https+git://gitlab.com/gitlab-org/ci-cd/runner-tools/
step-runner-e2e-test-project
step: https+git://gitlab.com/gitlab-org/ci-cd/runner-tools/
echo-step
inputs:
echo: ${CI_PIPELINE_ID}
artifacts
:
...
...
This diff is collapsed.
Click to expand it.
README.md
+
2
−
2
View file @
293d9ef4
...
...
@@ -10,10 +10,10 @@ hello-world-job:
type: steps
steps:
- name: hello-world-step
step: https+git://gitlab.com/gitlab-org/ci-cd/runner-tools/
step-runner-e2e-test-project
step: https+git://gitlab.com/gitlab-org/ci-cd/runner-tools/
echo-step
inputs:
echo: hello world
artifacts
:
paths
:
-
step-results.json
```
\ No newline at end of file
```
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment