ci: fix ci
This commit is contained in:
parent
b204f6d82b
commit
6325c8e0b4
2
.github/workflows/docker-image-amd64-en.yml
vendored
2
.github/workflows/docker-image-amd64-en.yml
vendored
@ -24,7 +24,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
REPO_URL=$(git config --get remote.origin.url)
|
REPO_URL=$(git config --get remote.origin.url)
|
||||||
if [[ $REPO_URL == *"pro" ]]; then
|
if [[ $REPO_URL == *"pro" ]]; then
|
||||||
exit 0
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
- name: Save version info
|
- name: Save version info
|
||||||
|
2
.github/workflows/docker-image-amd64.yml
vendored
2
.github/workflows/docker-image-amd64.yml
vendored
@ -24,7 +24,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
REPO_URL=$(git config --get remote.origin.url)
|
REPO_URL=$(git config --get remote.origin.url)
|
||||||
if [[ $REPO_URL == *"pro" ]]; then
|
if [[ $REPO_URL == *"pro" ]]; then
|
||||||
exit 0
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
- name: Save version info
|
- name: Save version info
|
||||||
|
2
.github/workflows/docker-image-arm64.yml
vendored
2
.github/workflows/docker-image-arm64.yml
vendored
@ -25,7 +25,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
REPO_URL=$(git config --get remote.origin.url)
|
REPO_URL=$(git config --get remote.origin.url)
|
||||||
if [[ $REPO_URL == *"pro" ]]; then
|
if [[ $REPO_URL == *"pro" ]]; then
|
||||||
exit 0
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
- name: Save version info
|
- name: Save version info
|
||||||
|
2
.github/workflows/linux-release.yml
vendored
2
.github/workflows/linux-release.yml
vendored
@ -24,7 +24,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
REPO_URL=$(git config --get remote.origin.url)
|
REPO_URL=$(git config --get remote.origin.url)
|
||||||
if [[ $REPO_URL == *"pro" ]]; then
|
if [[ $REPO_URL == *"pro" ]]; then
|
||||||
exit 0
|
exit 1
|
||||||
fi
|
fi
|
||||||
- uses: actions/setup-node@v3
|
- uses: actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
|
2
.github/workflows/macos-release.yml
vendored
2
.github/workflows/macos-release.yml
vendored
@ -24,7 +24,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
REPO_URL=$(git config --get remote.origin.url)
|
REPO_URL=$(git config --get remote.origin.url)
|
||||||
if [[ $REPO_URL == *"pro" ]]; then
|
if [[ $REPO_URL == *"pro" ]]; then
|
||||||
exit 0
|
exit 1
|
||||||
fi
|
fi
|
||||||
- uses: actions/setup-node@v3
|
- uses: actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
|
2
.github/workflows/windows-release.yml
vendored
2
.github/workflows/windows-release.yml
vendored
@ -27,7 +27,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
REPO_URL=$(git config --get remote.origin.url)
|
REPO_URL=$(git config --get remote.origin.url)
|
||||||
if [[ $REPO_URL == *"pro" ]]; then
|
if [[ $REPO_URL == *"pro" ]]; then
|
||||||
exit 0
|
exit 1
|
||||||
fi
|
fi
|
||||||
- uses: actions/setup-node@v3
|
- uses: actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user