Skip to content

Commit

Permalink
*: solve the diff problem (#3776) (#3792)
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Leung <rleungx@gmail.com>
  • Loading branch information
ti-chi-bot authored Jun 18, 2021
1 parent 47f40e8 commit 2258e38
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/check-dashboard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
- name: Fetch Go module
run: |
go mod download
go mod tidy
DASHBOARD_DIR=$(go list -f "{{.Dir}}" -m github.com/pingcap/tidb-dashboard)
DASHBOARD_RELEASE_VERSION=$(grep -v '^#' "${DASHBOARD_DIR}/release-version")
echo DASHBOARD_DIR="$DASHBOARD_DIR" >> $GITHUB_ENV
Expand Down
1 change: 1 addition & 0 deletions scripts/embed-dashboard-ui.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ mkdir -p $CACHE_DIR -Force | Out-Null

echo '+ Fetch TiDB Dashboard Go module'
go mod download
go mod tidy

echo '+ Discover TiDB Dashboard release version'

Expand Down
1 change: 1 addition & 0 deletions scripts/embed-dashboard-ui.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ rm -f ASSET_DEST_PATH

echo '+ Fetch TiDB Dashboard Go module'
go mod download
go mod tidy
DASHBOARD_DIR=$(go list -f "{{.Dir}}" -m github.com/pingcap/tidb-dashboard)
echo " - TiDB Dashboard directory: ${DASHBOARD_DIR}"

Expand Down

0 comments on commit 2258e38

Please sign in to comment.