Skip to content

Commit

Permalink
Update the repo name
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanSiu1995 committed Apr 15, 2020
1 parent 24b4ac3 commit 20580b2
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
name: Release
on:
push:
tags:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Google Cloud Build Pipeline Visualizer

[![build](https://github.com/RyanSiu1995/cloudbuild-visualizer/workflows/Go/badge.svg)](https://github.com/RyanSiu1995/cloudbuild-visualizer/workflows/Go/badge.svg)
[![build](https://github.com/RyanSiu1995/gcb-visualizer/workflows/Go/badge.svg)](https://github.com/RyanSiu1995/gcb-visualizer/workflows/Go/badge.svg)

For the current version of Google cloud build, it supports the async process with the variable `waitFor`. With the growth of complexity of your pipeline, it will be hard to maintain the async flow. Unlike Jenkins and CircleCI, there is no visualizer for your pipeline. This application aims at visualize the pipeline and help the developers to debug their cloud build.

Expand Down
2 changes: 1 addition & 1 deletion cmd/visualize.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package cmd

import (
"fmt"
util "github.com/RyanSiu1995/cloudbuild-visualizer/internal/utils"
util "github.com/RyanSiu1995/gcb-visualizer/internal/utils"
log "github.com/sirupsen/logrus"
"github.com/spf13/cobra"
"os"
Expand Down
2 changes: 1 addition & 1 deletion gcb-visualizer.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package main

import (
"fmt"
"github.com/RyanSiu1995/cloudbuild-visualizer/cmd"
"github.com/RyanSiu1995/gcb-visualizer/cmd"
log "github.com/sirupsen/logrus"
"os"
)
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/RyanSiu1995/cloudbuild-visualizer
module github.com/RyanSiu1995/gcb-visualizer

go 1.14

Expand Down

0 comments on commit 20580b2

Please sign in to comment.