-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
workflows: don't build REST, use the latest stable
Signed-off-by: Roman Khimov <[email protected]>
- Loading branch information
1 parent
afeb64d
commit 6776823
Showing
1 changed file
with
8 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -57,13 +57,6 @@ jobs: | |
ref: 4137b0292401e49d7b0069a55c70e0cdcd632512 | ||
path: neofs-s3-gw | ||
|
||
- name: Checkout neofs-rest-gw repository | ||
uses: actions/checkout@v4 | ||
with: | ||
repository: nspcc-dev/neofs-rest-gw | ||
ref: master | ||
path: neofs-rest-gw | ||
|
||
- name: Checkout neofs-node repository | ||
uses: actions/checkout@v4 | ||
with: | ||
|
@@ -123,15 +116,16 @@ jobs: | |
echo "$(pwd)/bin" >> $GITHUB_PATH | ||
working-directory: neofs-s3-gw | ||
|
||
- name: Build neofs-rest-gw | ||
timeout-minutes: 5 | ||
run: | | ||
make all | ||
echo "$(pwd)/bin" >> $GITHUB_PATH | ||
working-directory: neofs-rest-gw | ||
|
||
################################################################ | ||
|
||
- name: Download latest stable neofs-rest-gw | ||
uses: dsaltares/[email protected] | ||
with: | ||
repo: 'nspcc-dev/neofs-rest-gw' | ||
version: 'tags/v0.10.0' | ||
file: 'neofs-rest-gw-${{ matrix.os.binary }}' | ||
target: 'neofs-testcases/neofs-rest-gw' | ||
|
||
- name: Download latest stable neo-go | ||
uses: dsaltares/[email protected] | ||
with: | ||
|
@@ -146,7 +140,6 @@ jobs: | |
ls -la ../neofs-node/bin | ||
cp ../neofs-s3-gw/bin/neofs-s3-gw . | ||
cp ../neofs-s3-gw/bin/neofs-s3-authmate . | ||
cp ../neofs-rest-gw/bin/neofs-rest-gw . | ||
cp ../neofs-node/bin/neofs-adm . | ||
cp ../neofs-node/bin/neofs-cli . | ||
cp ../neofs-node/bin/neofs-ir . | ||
|