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
IT1901
course-material
Commits
831e20bc
Commit
831e20bc
authored
Sep 01, 2021
by
Hallvard Trætteberg
Browse files
Copy from target folder
parent
ce44afd2
Pipeline
#138355
passed with stages
in 1 minute and 46 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
831e20bc
image
:
maven:3.8.2-adoptopenjdk-16
#before_script:
# - export GRADLE_USER_HOME=`pwd`/.gradle
#cache:
# paths:
# - .gradle/wrapper
# - .gradle/caches
build
:
stage
:
build
script
:
...
...
@@ -16,8 +8,9 @@ build:
pages
:
script
:
-
mvn "-Dci=gitlab" process-resources
-
cp -r lectures/build/docs/* public
# - ls public/* public/*/*
-
cp -r target/docs/* public
# only:
# - master
artifacts
:
paths
:
-
public
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