Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Schwieger, Jana
lab-gitlab
Commits
9a502382
Commit
9a502382
authored
Jun 26, 2020
by
Nane Kratzke
Browse files
Aktualisieren .gitlab-ci.yml, README.md Dateien
parent
ad7c70b7
Changes
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
9a502382
...
...
@@ -11,14 +11,14 @@ job1:
job2
:
stage
:
build
script
:
-
"
echo
"Hello I am job 2"
-
echo "Hello I am job 2"
job3
:
stage
:
test
script
:
-
"
echo
"Hello I am job 3"
-
echo "Hello I am job 3"
job4
:
stage
:
test
script
:
-
"
echo
"Hello I am job 4"
-
echo "Hello I am job 4"
README.md
View file @
9a502382
...
...
@@ -67,19 +67,19 @@ __Aufgaben:__
job2:
stage: build
script:
-
"
echo "Hello I am job 2"
- echo "Hello I am job 2"
job3:
stage: test
script:
-
"
echo "Hello I am job 3"
- echo "Hello I am job 3"
job4:
stage: test
script:
-
"
echo "Hello I am job
3
"
- echo "Hello I am job
4
"
```
4.
Gitlab stößt dann automatisch, die so definiert
Buildp
ipeline aus.
4.
Gitlab stößt dann automatisch, die so definiert
e P
ipeline aus.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment