??
License: MIT Signed-off-by: Henrique Dias <hacdias@gmail.com>
This commit is contained in:
parent
8378bb011d
commit
b49b944618
@ -22,10 +22,12 @@ jobs:
|
|||||||
cd frontend
|
cd frontend
|
||||||
npm install
|
npm install
|
||||||
npm run build
|
npm run build
|
||||||
|
- persist_to_workspace
|
||||||
build-go:
|
build-go:
|
||||||
docker:
|
docker:
|
||||||
- image: circleci/golang
|
- image: circleci/golang
|
||||||
steps:
|
steps:
|
||||||
|
- attach_workspace
|
||||||
- run: go build
|
- run: go build
|
||||||
workflows:
|
workflows:
|
||||||
version: 2
|
version: 2
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user