Skip to content

Commit 8774ec6

Browse files
author
Felix Mauch
committed
use ubuntu default image in ci pipeline
1 parent ff5d4cf commit 8774ec6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.gitlab-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
image: ids-git.fzi.de:5555/continuous_integration/ci_docker_images/ubuntu_16.04_ros
1+
image: ubuntu:xenial
22

33
variables:
44
SDK_VERSION: 1.6.1
55

66
before_script:
77
- pushd ${HOME}
88
- apt-get -y update
9-
- apt-get -y install default-jdk maven unzip dialog sshpass
9+
- apt-get -y install default-jdk maven unzip dialog sshpass curl
1010
- curl -o sdk-${SDK_VERSION}.zip https://s3-eu-west-1.amazonaws.com/urplus-developer-site/sdk/sdk-${SDK_VERSION}.zip
1111
- unzip sdk-${SDK_VERSION}.zip
1212
- 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

Comments
 (0)