Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
shiyuhang0 committed Jul 14, 2023
1 parent fd89b10 commit 00b06ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/connect-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ jobs:
- name: Create branch
run: |
ticloud branch create -c ${{ env.CLUSTER_ID }} --branch-name ${{ matrix.region }} > ${{ matrix.region }}
cat ${{ matrix.region }}
branchID=$echo(`cat ${{ matrix.region }} | grep -o 'bran-[a-zA-Z0-9]*'`)
echo $branchID
ticloud branch get -c ${{ env.CLUSTER_ID }} -b $branchID > ${{ matrix.region }}
Expand Down

0 comments on commit 00b06ec

Please sign in to comment.