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

migrated devops from truss to own tool

This commit is contained in:
Lee Brown
2019-07-13 20:55:45 -08:00
parent 4b6e344bb5
commit b831b8deff
9 changed files with 13 additions and 4 deletions

View File

@ -11,10 +11,9 @@ variables:
# Optional:
# PROJECT_NAME: example-project
before_script:
- 'cd ./tools/truss && make install'
- 'cd ./cmd/schema && make install'
- 'cd ./tools/schema && make install'
stages:
- build:dev