Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Florian MONSION
TD-685
Commits
d2fc42be
Commit
d2fc42be
authored
Feb 09, 2021
by
sunye
Browse files
Remove unused page deployment job from CI
parent
b8e7794f
Changes
3
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
d2fc42be
...
...
@@ -18,8 +18,6 @@ build:
artifacts
:
paths
:
-
target/
-
salut-common/target
-
salut-cache/target
verify
:
stage
:
test
...
...
@@ -28,20 +26,4 @@ verify:
artifacts
:
paths
:
-
target/
-
salut-common/target
-
salut-cache/target
pages
:
stage
:
deploy
script
:
-
'
mvn
--settings
.gitlab.maven.settings.xml
$MAVEN_OPTS
-e
$MAVEN_CLI_OPTS
compile
site'
-
mkdir -p public/salut-common
-
mkdir -p public/salut-cache
-
rsync -r target/site/ public
-
rsync -r salut-common/target/site/ public/salut-common
-
rsync -r salut-cache/target/site/ public/salut-cache
artifacts
:
paths
:
-
public
only
:
-
master
README.adoc
0 → 100644
View file @
d2fc42be
= Travaux dirigés - Groupe 685
== Année 2020-21
\ No newline at end of file
README.md
deleted
100644 → 0
View file @
b8e7794f
# Travaux dirigés - Groupe 685
## Année 2020-21
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