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
a9d44167
Commit
a9d44167
authored
Oct 08, 2021
by
Cyril L'Orphelin
Browse files
Tabulations TP5
parent
8644caa6
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
18 additions
and
19 deletions
+18
-19
TP1/.gitkeep
TP1/.gitkeep
+0
-0
TP3/.gitkeep
TP3/.gitkeep
+0
-0
TP5/ReadMe.md
TP5/ReadMe.md
+18
-19
No files found.
TP1/.gitkeep
deleted
100644 → 0
View file @
8644caa6
TP3/.gitkeep
deleted
100644 → 0
View file @
8644caa6
TP5/ReadMe.md
View file @
a9d44167
...
...
@@ -24,16 +24,15 @@
<details>
<summary>
Solution
</summary>
<pre><code>
stages :
-
test
job_test :
stage: test
script :
-
echo "Hello world"
-
date
</code></pre>
stages :
- test
job_test :
stage: test
script :
- echo "Hello world"
- date
</details>
----
...
...
@@ -44,17 +43,17 @@ job_test :
<details>
<summary>
Solution
</summary>
<pre><code>
image : ubuntu
stages :
-
test
job_test :
stage: test
script :
-
echo "Hello world"
-
date
</code></pre>
image : ubuntu
stages :
- test
job_test :
stage: test
script :
- echo "Hello world"
- date
</details>
...
...
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