mirror of
https://github.com/matrix-org/sliding-sync.git
synced 2025-03-10 13:37:11 +00:00
Refer to the correct script path
This commit is contained in:
parent
46c10d3c61
commit
0ab5619efb
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@ -181,7 +181,7 @@ jobs:
|
||||
# we need this so we can use a tag instead of a branch name for JS_SDK_GITHUB_BASE_REF
|
||||
- name: Patch script
|
||||
run: |
|
||||
sed -i '' 's/git fetch --depth 1 origin $JS_SDK_GITHUB_BASE_REF/git fetch --depth 1 origin $JS_SDK_GITHUB_BASE_REF --tags/' layered.sh
|
||||
sed -i '' 's/git fetch --depth 1 origin $JS_SDK_GITHUB_BASE_REF/git fetch --depth 1 origin $JS_SDK_GITHUB_BASE_REF --tags/' scripts/ci/layered.sh
|
||||
- name: Fetch layered build
|
||||
run: scripts/ci/layered.sh
|
||||
env:
|
||||
|
Loading…
x
Reference in New Issue
Block a user