Change to brewkit

This commit is contained in:
2025-10-23 12:32:21 +03:00
parent a74a4d46ee
commit 85a8ccb57d
4 changed files with 5 additions and 8 deletions
+3 -6
View File
@@ -10,14 +10,11 @@ Prerequisites:
1. Git 1. Git
2. Docker 2. Docker
3. [bkit](https://github.com/nightnoryu/bkit) 3. [brewkit](https://github.com/ispringtech/brewkit)
Firstly, clone the repository into your `$GOPATH`: Clone the repository:
```shell ```shell
mkdir -p $GOPATH/src/github.com/nightnoryu
cd $GOPATH/src/github.com/nightnoryu
git clone git@github.com:nightnoryu/anon3anon.git git clone git@github.com:nightnoryu/anon3anon.git
cd anon3anon cd anon3anon
``` ```
@@ -25,7 +22,7 @@ cd anon3anon
Then build the project: Then build the project:
```shell ```shell
bkit build brewkit build
``` ```
After that, copy the `docker-compose.override.example.yml` to `docker-compose.override.yml` and set the environment variables: After that, copy the `docker-compose.override.example.yml` to `docker-compose.override.yml` and set the environment variables:
+1 -1
View File
@@ -1,4 +1,4 @@
local project = import 'bkit/project.libsonnet'; local project = import 'brewkit/project.libsonnet';
local appIDs = [ local appIDs = [
"anon3anon", "anon3anon",
@@ -18,7 +18,7 @@ local gocache = [
{ {
project(appIDs):: { project(appIDs):: {
apiVersion: "bkit/v1", apiVersion: "brewkit/v1",
targets: { targets: {
all: ["modules", "build", "check"], all: ["modules", "build", "check"],