From dd6e1b08cf2c894a0f01f4b3d0108a130d7bd00d Mon Sep 17 00:00:00 2001
From: "Binsbergen, Remy van" <remy.vanbinsbergen@wur.nl>
Date: Thu, 12 Apr 2018 11:56:04 +0200
Subject: [PATCH] Update .gitlab-ci.yml

---
 .gitlab-ci.yml | 9 ++-------
 1 file changed, 2 insertions(+), 7 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 85ccaa7..b6a14c7 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -7,10 +7,7 @@ stages:
   - build
   - package
   - run
-  
-variables:
-  CURL_CMD: 'curl -H "Content-Type: application/json" -X POST -d ''{"id":"http://www.4d4f.eu/sites/default/files/Dairy%20Sensor%20Research.pdf", "title":"Dairy Sensor Research", "creationYear":"2017", "fromRepository":"4D4F"}'' 10.1.25.168:8090/AQL/document/add'
-
+ 
 maven-build:
   image: maven:latest
   stage: build
@@ -30,6 +27,4 @@ docker-build:
 docker-run:
   stage: run
   script:
-  #- docker run --name Springboot_Demo -p 8050:8050 docker-registry.wur.nl/binsb007/remy-sandbox:latest
-  - 'apt-get install curl'
-  - 'eval $CURL_CMD'
\ No newline at end of file
+  - docker run --name Springboot_Demo -p 8050:8050 docker-registry.wur.nl/binsb007/remy-sandbox:latest
\ No newline at end of file
-- 
GitLab