Skip to content
Snippets Groups Projects
Commit 8ada439e authored by Piotr Maślanka's avatar Piotr Maślanka
Browse files

yeah .gitlab-ci

parent e69e2ba6
No related branches found
No related tags found
No related merge requests found
Pipeline #715 passed with stages
in 5 minutes and 50 seconds
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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment