File tree Expand file tree Collapse file tree 4 files changed +16
-107
lines changed Expand file tree Collapse file tree 4 files changed +16
-107
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 3535 with :
3636 submodules : recursive
3737
38+ - name : Checkout common repo code
39+ uses : actions/checkout@v3
40+ with :
41+ repository : ' project-codeflare/codeflare-common'
42+ ref : ' main'
43+ path : ' common'
44+
3845 - name : Set Go
3946 uses : actions/setup-go@v3
4047 with :
4653 token : ${{ secrets.GITHUB_TOKEN }}
4754
4855 - name : Setup and start KinD cluster
49- uses : ./.github/ actions/kind
56+ uses : ./common/github- actions/kind
5057
5158 - name : Deploy CodeFlare stack
5259 id : deploy
Original file line number Diff line number Diff line change 3434 with :
3535 fetch-depth : 0 # fetching also previous commits to get tags
3636
37+ - name : Checkout common repo code
38+ uses : actions/checkout@v3
39+ with :
40+ repository : ' project-codeflare/codeflare-common'
41+ ref : ' main'
42+ path : ' common'
43+
3744 - name : Set Go
3845 uses : actions/setup-go@v3
3946 with :
4552 token : ${{ secrets.GITHUB_TOKEN }}
4653
4754 - name : Setup and start KinD cluster
48- uses : ./.github/ actions/kind
55+ uses : ./common/github- actions/kind
4956
5057 - name : Install OLM
5158 run : |
You can’t perform that action at this time.
0 commit comments