From 8ada439e293fa1bacf0aa225397360c06e59d1e7 Mon Sep 17 00:00:00 2001 From: Piotr Maslanka <piotr.maslanka@henrietta.com.pl> Date: Tue, 28 Mar 2017 15:48:32 +0200 Subject: [PATCH] yeah .gitlab-ci --- .gitlab-ci.yml | 93 -------------------------------------------------- 1 file changed, 93 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 835b63d..b89ce5b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,97 +1,4 @@ -deploy_czr_pythons: - stage: deploy - tags: - - vagrant - - develop19216822423 - script: - - vagrant box remove henrietta/czr_pythons || true - - vagrant box add henrietta/czr_pythons file:///var/www/html/dev/vagrant/czr_pythons.box -build_czr_pythons: - stage: build - tags: - - vagrant - - develop19216822423 - before_script: - - cp *.sh czr_pythons/ - - cp SkeletonVagrantfile czr_pythons/Vagrantfile - - cd $CI_PROJECT_DIR - - cd czr_pythons - - python ../make.py meta - - cd .. - script: - - cd $CI_PROJECT_DIR - - cd czr_pythons - - vagrant up - - vagrant package --out czr_pythons.box - - mv -f czr_pythons.box /var/www/html/dev/vagrant/czr_pythons.box - after_script: - - cd $CI_PROJECT_DIR - - cd czr_pythons - - vagrant destroy -f - -deploy_czr_pythons_pg: - stage: deploy - tags: - - vagrant - - develop19216822423 - script: - - vagrant box remove henrietta/czr_pythons_pg || true - - vagrant box add henrietta/czr_pythons_pg file:///var/www/html/dev/vagrant/czr_pythons_pg.box -build_czr_pythons_pg: - stage: build - tags: - - vagrant - - develop19216822423 - before_script: - - cp *.sh czr_pythons_pg/ - - cp SkeletonVagrantfile czr_pythons_pg/Vagrantfile - - cd $CI_PROJECT_DIR - - cd czr_pythons_pg - - python ../make.py meta - - cd .. - script: - - cd $CI_PROJECT_DIR - - cd czr_pythons_pg - - vagrant up - - vagrant package --out czr_pythons_pg.box - - mv -f czr_pythons_pg.box /var/www/html/dev/vagrant/czr_pythons_pg.box - after_script: - - cd $CI_PROJECT_DIR - - cd czr_pythons_pg - - vagrant destroy -f - -deploy_nodejs4: - stage: deploy - tags: - - vagrant - - develop19216822423 - script: - - vagrant box remove henrietta/nodejs4 || true - - vagrant box add henrietta/nodejs4 file:///var/www/html/dev/vagrant/nodejs4.box -build_nodejs4: - stage: build - tags: - - vagrant - - develop19216822423 - before_script: - - cp *.sh nodejs4/ - - cp SkeletonVagrantfile nodejs4/Vagrantfile - - cd $CI_PROJECT_DIR - - cd nodejs4 - - python ../make.py meta - - cd .. - script: - - cd $CI_PROJECT_DIR - - cd nodejs4 - - vagrant up - - vagrant package --out nodejs4.box - - mv -f nodejs4.box /var/www/html/dev/vagrant/nodejs4.box - after_script: - - cd $CI_PROJECT_DIR - - cd nodejs4 - - vagrant destroy -f - deploy_nodejs5_jdk_adk25: stage: deploy tags: -- GitLab