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

build test

parent 6622c14d
No related branches found
No related tags found
No related merge requests found
Pipeline #584 failed with stage
in 12 seconds
stages:
- makemeta
- build
build_metadata:
stage: makemeta
script:
- python make.py
cache:
paths:
- ./*/metadata.json
variables: variables:
PREFIX: henrietta/ PREFIX: henrietta/
.job_template: &box_build_job .job_template: &box_build_job
......
...@@ -15,11 +15,14 @@ variables: ...@@ -15,11 +15,14 @@ variables:
PREFIX: henrietta/ PREFIX: henrietta/
.job_template: &box_build_job .job_template: &box_build_job
stage: build stage: build
before_script:
- python make.py
- cp *.sh $BOX/
- cp SkeletonVagrantfile $BOX/Vagrantfile
tags: tags:
- vagrant - vagrant
- develop19216822423 - develop19216822423
script: script:
- cd $BOX
- vagrant up - vagrant up
- vagrant package --out $BOX.box - vagrant package --out $BOX.box
- mv -f $BOX.box /var/www/html/dev/vagrant/$BOX.box - mv -f $BOX.box /var/www/html/dev/vagrant/$BOX.box
......
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