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

v1.0

parent f4b32cd8
No related branches found
No related tags found
No related merge requests found
Pipeline #632 passed with stage
in 50 seconds
...@@ -5,7 +5,5 @@ check_validity: ...@@ -5,7 +5,5 @@ check_validity:
- cd test - cd test
- python ../make.py meta - python ../make.py meta
- grep "1.0" metadata.json - grep "1.0" metadata.json
- grep "example" metadata.json - grep "test" metadata.json
- vagrant up
- vagrant destroy -f
- cd .. - cd ..
...@@ -107,9 +107,7 @@ build_$BOX: ...@@ -107,9 +107,7 @@ build_$BOX:
- cd test - cd test
- python ../make.py meta - python ../make.py meta
- grep "1.0" metadata.json - grep "1.0" metadata.json
- grep "example" metadata.json - grep "test" metadata.json
- vagrant up
- vagrant destroy -f
- cd .. - cd ..
'''] ''']
......
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