From 4590a2198b1bbdfb4e4013631985e6a5076c2e8b Mon Sep 17 00:00:00 2001
From: Jedrzej Rybicki <j.rybicki@fz-juelich.de>
Date: Thu, 17 Jun 2021 10:34:04 +0000
Subject: [PATCH] Update .gitlab-ci.yml file

---
 .gitlab-ci.yml | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index cf24762..21d4103 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -24,10 +24,7 @@ deploy:
     OS_INTERFACE: public
   script:
     - echo "Doing nothing for now"
-    - pip install python-openstackclient
-    - openstack image list
-    - openstack server create --flavor s1 --image 149a65b5-aeb8-499f-aaa6-ec966bd28dd6 pipeline-inst
-
+    
 publishgit-do:
   image: python:3-slim
   stage: publish
-- 
GitLab