mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-11-24 02:24:18 +03:00
ci: use doqs
This commit is contained in:
parent
d8802de44b
commit
a037acd8db
4
.github/workflows/shared.yml
vendored
4
.github/workflows/shared.yml
vendored
@ -78,10 +78,10 @@ jobs:
|
|||||||
name: run urbit-tests
|
name: run urbit-tests
|
||||||
run: |
|
run: |
|
||||||
cp -RL tests pkg/arvo/tests
|
cp -RL tests pkg/arvo/tests
|
||||||
if [[ ${{ inputs.next }} == "next/kelvin/"* ]]; then
|
if [[ "${{ inputs.next }}" == "next/kelvin/"* ]]; then
|
||||||
next=$(echo ${{ inputs.next }} | sed 's/[^0-9]//g')
|
next=$(echo ${{ inputs.next }} | sed 's/[^0-9]//g')
|
||||||
base="https://bootstrap.urbit.org/vere/next/kelvin/${next}"
|
base="https://bootstrap.urbit.org/vere/next/kelvin/${next}"
|
||||||
elif [[ ${{ github.head_ref }} == "next/kelvin"* ]]; then
|
elif [[ "${{ github.head_ref }}" == "next/kelvin"* ]]; then
|
||||||
next=$(echo ${{ github.head_ref }} | sed 's/[^0-9]//g')
|
next=$(echo ${{ github.head_ref }} | sed 's/[^0-9]//g')
|
||||||
base="https://bootstrap.urbit.org/vere/next/kelvin/${next}"
|
base="https://bootstrap.urbit.org/vere/next/kelvin/${next}"
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user