1
0
mirror of https://github.com/raseels-repos/golang-saas-starter-kit.git synced 2025-08-08 22:36:41 +02:00

fix gitlab yaml

This commit is contained in:
Lee Brown
2019-07-13 22:14:03 -08:00
parent 997fc8d213
commit b37180ee28
3 changed files with 16 additions and 5 deletions

View File

@ -12,8 +12,8 @@ variables:
# PROJECT_NAME: example-project
before_script:
- 'cd ./tools/truss && make install'
- 'cd ./tools/schema && make install'
- 'cd ./tools/truss && make install && cd ../../'
- 'cd ./tools/schema && make install && cd ../../'
stages:
- build:dev