Skip to content

Commit

Permalink
chore: ci stable 1.x
Browse files Browse the repository at this point in the history
  • Loading branch information
catcherwong committed Mar 20, 2021
1 parent a653b1f commit 4de9106
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_Stable_1x.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build_With_Stable
name: Build_With_Stable_1x

on:
push:
Expand Down Expand Up @@ -37,9 +37,9 @@ jobs:
run: dotnet --version
- name: Show java Version
run: java -version
- name: Setup Stable Nacos Server
- name: Setup Stable 1.x Nacos Server
run: |
wget https://github.com/alibaba/nacos/releases/download/2.0.0/nacos-server-1.4.1.tar.gz
wget https://github.com/alibaba/nacos/releases/download/1.4.1/nacos-server-1.4.1.tar.gz
tar -xvf nacos-server-1.4.1.tar.gz
cd nacos/bin
# sed -i 's/nacos.core.auth.enabled=false/nacos.core.auth.enabled=true/g' ../conf/application.properties
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build_Stable_2x.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build_With_Stable
name: Build_With_Stable_2x

on:
push:
Expand Down Expand Up @@ -37,7 +37,7 @@ jobs:
run: dotnet --version
- name: Show java Version
run: java -version
- name: Setup Stable Nacos Server
- name: Setup Stable 2.x Nacos Server
run: |
wget https://github.com/alibaba/nacos/releases/download/2.0.0/nacos-server-2.0.0.tar.gz
tar -xvf nacos-server-2.0.0.tar.gz
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_Unstable.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build_With_Alpha
name: Build_With_Unstable

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Release
name: Release_Unstable

on:
push:
Expand Down

0 comments on commit 4de9106

Please sign in to comment.