From 928d9b32275e9c40385dd54f22616d885a66f1f2 Mon Sep 17 00:00:00 2001 From: Toby Padilla Date: Mon, 16 Aug 2021 16:34:55 -0500 Subject: [PATCH] Update CI/CD for wish --- .github/workflows/cd.yml | 5 +++-- .github/workflows/ci.yml | 1 + go.mod | 2 ++ 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 29d1062e0a3c49eace86294c4a1e3e61b196e727..df03aa385e2283bc12d146b706745a88c8b24830 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -5,7 +5,7 @@ on: branches: - main pull_request: - + jobs: cd: @@ -38,6 +38,7 @@ jobs: run: | git clone -b release https://${{ secrets.ACCESS_TOKEN }}@github.com/charmbracelet/charm-internal ../charm git clone -b master https://${{ secrets.ACCESS_TOKEN }}@github.com/charmbracelet/bubbletea-internal ../bubbletea + git clone -b master https://${{ secrets.ACCESS_TOKEN }}@github.com/charmbracelet/wish ../wish - name: Login to GitHub Container Registry uses: docker/login-action@v1 @@ -176,4 +177,4 @@ jobs: channel: '#devops' name: "${{ github.repository }} 🥤 workflow" icon_emoji: ':cup_with_straw:' - icon_url: 'https://avatars.githubusercontent.com/u/57376114?s=200&v=4' \ No newline at end of file + icon_url: 'https://avatars.githubusercontent.com/u/57376114?s=200&v=4' diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9470cf6f8746fc3c1ff963f52706daaef0329831..55f51c89156e603d1ae1596ac370ce1ab557dc47 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,6 +20,7 @@ jobs: run: | git clone -b release https://${{ secrets.ACCESS_TOKEN }}@github.com/charmbracelet/charm-internal ../charm git clone -b master https://${{ secrets.ACCESS_TOKEN }}@github.com/charmbracelet/bubbletea-internal ../bubbletea + git clone -b master https://${{ secrets.ACCESS_TOKEN }}@github.com/charmbracelet/wish ../wish - name: Set up Go uses: actions/setup-go@v2 diff --git a/go.mod b/go.mod index f7c134ac46b86455a2e7136b1904154802c5c089..fde2fb47adca629e534eb2b0a260ba0e70ffe6e0 100644 --- a/go.mod +++ b/go.mod @@ -6,6 +6,8 @@ replace github.com/charmbracelet/charm => ../charm replace github.com/charmbracelet/bubbletea => ../bubbletea +replace github.com/charmbracelet/wish => ../wish + require ( github.com/charmbracelet/bubbles v0.8.0 github.com/charmbracelet/bubbletea v0.14.1