Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
W
webin-cli
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Requirements
Requirements
List
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages & Registries
Packages & Registries
Package Registry
Analytics
Analytics
Insights
Issue
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
enasequence
webin-cli
Commits
601f32a7
Commit
601f32a7
authored
Feb 26, 2019
by
Dmitry Smirnov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ci script changed to gradle 5.2.1
parent
e32188cd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
.gitlab-ci.yml
.gitlab-ci.yml
+3
-3
No files found.
.gitlab-ci.yml
View file @
601f32a7
...
...
@@ -2,7 +2,7 @@
# This is the Gradle build system for JVM applications
# https://gradle.org/
# https://github.com/gradle/gradle
image
:
gradle
image
:
gradle
:5.2.1-jdk8
# Disable the Gradle daemon for Continuous Integration servers as correctness
# is usually a priority over speed in CI environments. Using a fresh
...
...
@@ -15,7 +15,7 @@ before_script:
-
export GRADLE_USER_HOME=`pwd`/.gradle
build
:
stage
:
build
script
:
./gradlew
--build-cache assemble
script
:
gradle
--build-cache assemble
cache
:
key
:
"
$CI_COMMIT_REF_NAME"
policy
:
push
...
...
@@ -30,7 +30,7 @@ test:
-
wget http://download.asperasoft.com/download/sw/cli/3.9.1/ibm-aspera-cli-3.9.1.1401.be67d47-linux-64-release.sh
-
sh ./ibm-aspera-cli-3.9.1.1401.be67d47-linux-64-release.sh
-
export PATH=/home/gradle/.aspera/cli/bin:$PATH
-
./gradlew
test --info
-
gradle
test --info
cache
:
key
:
"
$CI_COMMIT_REF_NAME"
policy
:
pull
...
...
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