mirror of
https://github.com/clangd/clangd.git
synced 2025-06-07 00:34:58 +00:00
Fix the repo inconsistency
This commit is contained in:
parent
ee1eb61439
commit
1fcc6125d5
6
.github/workflows/autobuild.yaml
vendored
6
.github/workflows/autobuild.yaml
vendored
@ -38,9 +38,6 @@ jobs:
|
|||||||
sudo apt-get install jq
|
sudo apt-get install jq
|
||||||
- name: Clone scripts
|
- name: Clone scripts
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
- name: Use the default repo
|
|
||||||
run: |
|
|
||||||
echo "LLVM_REPO=${{ github.event.inputs.repo }}" >> commit.env
|
|
||||||
# Choose the commit to build a release from.
|
# Choose the commit to build a release from.
|
||||||
#
|
#
|
||||||
# We want to avoid unbuildable revisions: choose the last green from CI.
|
# We want to avoid unbuildable revisions: choose the last green from CI.
|
||||||
@ -59,6 +56,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
echo "RELEASE_COMMIT_SHORT=$(printf '%.12s' ${{ env.LLVM_COMMIT }})" >> $GITHUB_ENV
|
echo "RELEASE_COMMIT_SHORT=$(printf '%.12s' ${{ env.LLVM_COMMIT }})" >> $GITHUB_ENV
|
||||||
echo "RELEASE_DATE=$(date -u +%Y%m%d)" >> $GITHUB_ENV
|
echo "RELEASE_DATE=$(date -u +%Y%m%d)" >> $GITHUB_ENV
|
||||||
|
echo "LLVM_REPO=llvm/llvm-project" >> commit.env
|
||||||
echo "LLVM_COMMIT=${{ env.LLVM_COMMIT }}" >> commit.env
|
echo "LLVM_COMMIT=${{ env.LLVM_COMMIT }}" >> commit.env
|
||||||
- name: Use date as the tag name
|
- name: Use date as the tag name
|
||||||
run: >
|
run: >
|
||||||
@ -81,7 +79,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Use repo and commit from the inputs
|
- name: Use repo and commit from the inputs
|
||||||
run: |
|
run: |
|
||||||
echo "LLVM_REPO=llvm/llvm-project" >> commit.env
|
echo "LLVM_REPO=${{ github.event.inputs.repo }}" >> commit.env
|
||||||
echo "LLVM_COMMIT=${{ github.event.inputs.commit }}" >> commit.env
|
echo "LLVM_COMMIT=${{ github.event.inputs.commit }}" >> commit.env
|
||||||
echo "TAG_NAME=${{ github.event.inputs.tag }}" >> commit.env
|
echo "TAG_NAME=${{ github.event.inputs.tag }}" >> commit.env
|
||||||
echo "RELEASE_NAME=${{ github.event.inputs.release_name }}" >> commit.env
|
echo "RELEASE_NAME=${{ github.event.inputs.release_name }}" >> commit.env
|
||||||
|
Loading…
Reference in New Issue
Block a user