We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff5d4cf commit 8774ec6Copy full SHA for 8774ec6
.gitlab-ci.yml
@@ -1,12 +1,12 @@
1
-image: ids-git.fzi.de:5555/continuous_integration/ci_docker_images/ubuntu_16.04_ros
+image: ubuntu:xenial
2
3
variables:
4
SDK_VERSION: 1.6.1
5
6
before_script:
7
- pushd ${HOME}
8
- apt-get -y update
9
- - apt-get -y install default-jdk maven unzip dialog sshpass
+ - apt-get -y install default-jdk maven unzip dialog sshpass curl
10
- curl -o sdk-${SDK_VERSION}.zip https://s3-eu-west-1.amazonaws.com/urplus-developer-site/sdk/sdk-${SDK_VERSION}.zip
11
- unzip sdk-${SDK_VERSION}.zip
12
- mvn install:install-file -Dfile=artifacts/api/1.6.0/com.ur.urcap.api-1.6.0.jar -DgroupId=com.ur.urcap -DartifactId=api -Dversion=1.6.0 -Dpackaging=jar -q
0 commit comments