forked from cerc-io/laconic-sdk
Compare commits
1
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
84035ba91e |
@@ -6,6 +6,7 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- test-ci
|
||||
- release/**
|
||||
|
||||
env:
|
||||
@@ -17,12 +18,16 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Checkout laconicd
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
path: "./laconicd/"
|
||||
repository: cerc-io/laconicd
|
||||
fetch-depth: 0
|
||||
ref: main
|
||||
# uses: actions/checkout@v3
|
||||
# with:
|
||||
# path: "./laconicd/"
|
||||
# repository: cerc-io/laconicd
|
||||
# fetch-depth: 0
|
||||
# ref: main
|
||||
run: |
|
||||
git clone https://git.vdb.to/deep-stack/laconicd.git
|
||||
cd laconicd
|
||||
git checkout pm-qol-improvements
|
||||
- name: Environment
|
||||
run: ls -tlh && env
|
||||
|
||||
|
||||
Reference in New Issue
Block a user