Skip to content

Commit

Permalink
Move UI from console repository to this repository (#1469)
Browse files Browse the repository at this point in the history
* Move UI from console repository to this repository

Signed-off-by: Daniel Valdivia <18384552+dvaldivia@users.noreply.github.com>
Co-authored-by: Cesar Celis <celis.hernandez.cesar@gmail.com>
  • Loading branch information
dvaldivia and cniackz authored Mar 2, 2023
1 parent b00d62e commit f6c9c8b
Show file tree
Hide file tree
Showing 1,108 changed files with 166,007 additions and 319 deletions.
27 changes: 16 additions & 11 deletions .github/workflows/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,30 +2,35 @@ name: goreleaser

on:
pull_request:
branches:
- master
push:
branches:
- master

jobs:
goreleaser:
runs-on: ubuntu-latest
steps:
-
name: Checkout
- name: Checkout
uses: actions/checkout@v3
-
name: Set up Go
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.20.x
-
# Add support for more platforms with QEMU (optional)
- # Add support for more platforms with QEMU (optional)
# https://github.com/docker/setup-qemu-action
name: Set up QEMU
uses: docker/setup-qemu-action@v2
-
name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
-
name: Run GoReleaser
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
- name: Set up swagger
run: |
download_url=$(curl -s https://api.github.com/repos/go-swagger/go-swagger/releases/latest | \
jq -r '.assets[] | select(.name | contains("'"$(uname | tr '[:upper:]' '[:lower:]')"'_amd64")) | .browser_download_url')
curl -o /usr/local/bin/swagger -L'#' "$download_url"
chmod +x /usr/local/bin/swagger
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v4
with:
version: latest
Expand Down
Loading

0 comments on commit f6c9c8b

Please sign in to comment.