Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Jessica Hawkwell
/
lang-toolkit
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
2
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit ba317d60
authored
Jul 08, 2017
by
Jessica Hawkwell
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixing another tiny problem
1 parent
ae64e076
Pipeline
#188
passed
in 2 minutes 32 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
.gitlab-ci.yml
.gitlab-ci.yml
View file @
ba317d6
...
...
@@ -24,7 +24,7 @@ pages:
stage
:
deploy
script
:
-
mvn -Dgit-rev="`git describe`" $MAVEN_CLI_OPTS test
-
mvn versions:set -DprocessDependencies=false -DnewVersion=`git
-describe`-`git rev-parse --abbrev-ref HEAD`
-
mvn versions:set -DprocessDependencies=false -DnewVersion=`git
describe`-$CI_COMMIT_REF_NAME
-
mvn -Dgit-rev="`git describe`" $MAVEN_CLI_OPTS site
-
mvn -Dgit-rev="`git describe`" $MAVEN_CLI_OPTS site:stage
-
mv target/staging public
...
...
Write
Preview
Markdown
is supported
Attach a file
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 post a comment