Skip to content

Commit

Permalink
move api to different branch
Browse files Browse the repository at this point in the history
  • Loading branch information
5amCurfew committed Aug 21, 2023
1 parent 54a68c7 commit bb60b79
Show file tree
Hide file tree
Showing 24 changed files with 4 additions and 99 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ jobs:
with:
distribution: goreleaser
version: ${{ env.GITHUB_REF_NAME }}
args: release -f .goreleaser.yml --rm-dist
args: release --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.XTKT_RELEASE_TOKEN }}
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ config_*
data.*
history.json
index.html
Makefile
output.jsonl
state.json
target*
Expand Down
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ builds:
- arm64
env:
- CGO_ENABLED=0
dir: ./cli
dir: .

release:
prerelease: auto
Expand Down
26 changes: 0 additions & 26 deletions Dockerfile

This file was deleted.

55 changes: 0 additions & 55 deletions api/main.go

This file was deleted.

5 changes: 0 additions & 5 deletions cli/Makefile

This file was deleted.

File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion cli/cmd/root.go → cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"github.com/spf13/cobra"
)

var version = "0.0.87"
var version = "0.0.871"

var saveSchema bool

Expand Down
10 changes: 0 additions & 10 deletions docker-compose.yml

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit bb60b79

Please sign in to comment.