Skip to content

Commit

Permalink
Merge pull request #106 from project-tsurugi/ci-prepare-public-final
Browse files Browse the repository at this point in the history
Modify CI for preparing public - final
  • Loading branch information
akirakw authored Oct 4, 2023
2 parents 99dc5e4 + cbe9de4 commit 765e94e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 20 deletions.
16 changes: 0 additions & 16 deletions .github/actions/install-dependencies/action.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: Tateyama-Bootstrap-Install-Dependencies

inputs:
token:
description: token for checkout private repo
required: true
sharksfin-implementation:
description: sharksfin implementation (memory or shirakami)
required: true
Expand All @@ -25,7 +22,6 @@ runs:
repository: project-tsurugi/takatori
path: ${{ inputs.path }}/takatori
ref: master
token: ${{ inputs.token }}

- name: Checkout_Yugawara
uses: actions/checkout@v3
Expand All @@ -35,7 +31,6 @@ runs:
path: ${{ inputs.path }}/yugawara
ref: master
submodules: true
token: ${{ inputs.token }}

- name: Checkout_Shakujo
uses: actions/checkout@v3
Expand All @@ -45,7 +40,6 @@ runs:
path: ${{ inputs.path }}/shakujo
ref: master
submodules: recursive
token: ${{ inputs.token }}

- name: Checkout_Mizugaki
uses: actions/checkout@v3
Expand All @@ -54,7 +48,6 @@ runs:
repository: project-tsurugi/mizugaki
path: ${{ inputs.path }}/mizugaki
ref: master
token: ${{ inputs.token }}

- name: Checkout_Limestone
uses: actions/checkout@v3
Expand All @@ -63,7 +56,6 @@ runs:
repository: project-tsurugi/limestone
path: ${{ inputs.path }}/limestone
ref: master
token: ${{ inputs.token }}

- name: Checkout_Yakushima
uses: actions/checkout@v3
Expand All @@ -72,7 +64,6 @@ runs:
repository: project-tsurugi/yakushima
path: ${{ inputs.path }}/yakushima
ref: master
token: ${{ inputs.token }}

- name: Checkout_Shirakami
uses: actions/checkout@v3
Expand All @@ -81,7 +72,6 @@ runs:
repository: project-tsurugi/shirakami
path: ${{ inputs.path }}/shirakami
ref: master
token: ${{ inputs.token }}

- name: Checkout_Sharksfin
uses: actions/checkout@v3
Expand All @@ -90,7 +80,6 @@ runs:
repository: project-tsurugi/sharksfin
path: ${{ inputs.path }}/sharksfin
ref: master
token: ${{ inputs.token }}

- name: Checkout_Tateyama
uses: actions/checkout@v3
Expand All @@ -100,7 +89,6 @@ runs:
path: ${{ inputs.path }}/tateyama
ref: master
submodules: true
token: ${{ inputs.token }}

- name: Checkout_Jogasaki
uses: actions/checkout@v3
Expand All @@ -109,7 +97,6 @@ runs:
repository: project-tsurugi/jogasaki
path: ${{ inputs.path }}/jogasaki
ref: master
token: ${{ inputs.token }}

- name: Checkout_Ogawayama
uses: actions/checkout@v3
Expand All @@ -118,7 +105,6 @@ runs:
repository: project-tsurugi/ogawayama
path: ${{ inputs.path }}/ogawayama
ref: master
token: ${{ inputs.token }}

- name: Checkout_Metadata_Manager
uses: actions/checkout@v3
Expand All @@ -128,7 +114,6 @@ runs:
path: ${{ inputs.path }}/metadata-manager
ref: master
submodules: true
token: ${{ inputs.token }}

- name: Checkout_Message_Manager
uses: actions/checkout@v3
Expand All @@ -137,7 +122,6 @@ runs:
repository: project-tsurugi/message-manager
path: ${{ inputs.path }}/message-manager
ref: master
token: ${{ inputs.token }}

- name: Install_Takatori
run: |
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,10 @@ jobs:
uses: actions/checkout@v3
with:
submodules: true
token: ${{ secrets.GHA_PAT }}

- name: Install_Dependencies
uses: ./.github/actions/install-dependencies
with:
token: ${{ secrets.GHA_PAT }}
sharksfin-implementation: shirakami

- name: CMake_Install
Expand Down Expand Up @@ -80,12 +78,10 @@ jobs:
uses: actions/checkout@v3
with:
submodules: recursive
token: ${{ secrets.GHA_PAT }}

- name: Install_Dependencies
uses: ./.github/actions/install-dependencies
with:
token: ${{ secrets.GHA_PAT }}
sharksfin-implementation: shirakami

- name: CMake_Build
Expand Down

0 comments on commit 765e94e

Please sign in to comment.