Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Cyril L'Orphelin
template-tp
Commits
8ee7dabe
Commit
8ee7dabe
authored
Oct 08, 2021
by
Cyril L'Orphelin
Browse files
Tabulations suite
parent
a9d44167
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
70 additions
and
71 deletions
+70
-71
TP5/ReadMe.md
TP5/ReadMe.md
+70
-71
No files found.
TP5/ReadMe.md
View file @
8ee7dabe
...
...
@@ -73,57 +73,55 @@
<details>
<summary>
Solution 1
</summary>
<pre><code>
image : ubuntu
stages :
image : ubuntu
stages :
- test1
- test2
- test3
job_test1 :
job_test1 :
stage: test1
script :
- date
job_test2 :
job_test2 :
stage: test2
script :
- ls
job_test3 :
job_test3 :
stage: test3
script :
- uname -r
</code></pre>
</details>
<details>
<summary>
Solution 2
</summary>
<pre><code>
image : ubuntu
stages :
image : ubuntu
stages :
- test1
- test2
- test3
job_test1 :
job_test1 :
stage: test1
script :
- date
job_test2 :
job_test2 :
stage: test2
script :
- ms
allow_failure: true
job_test3 :
job_test3 :
stage: test3
script :
- uname -r
</code></pre>
</details>
----
...
...
@@ -137,30 +135,31 @@ job_test3 :
<details>
<summary>
Solution
</summary>
<pre><code>
image : ubuntu
stages :
image : ubuntu
stages :
-
test1
-
test2
-
test3
job_test1 :
job_test1 :
stage: test1
script :
- date
job_test2 :
job_test2 :
stage: test2
script :
-
ms
allow_failure: true
- ls
only:
- tp5
job_test3 :
job_test3 :
stage: test3
script :
- uname -r
</code></pre>
only:
- tp5_test
</details>
### Etape 2 : Automatisation des tests et génération de la documentation
...
...
Write
Preview
Markdown
is supported
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