Skip to content
This repository has been archived by the owner on Mar 19, 2024. It is now read-only.

Commit

Permalink
workflow: Remove Modify venv patch
Browse files Browse the repository at this point in the history
This is now removed in the patch:
nspcc-dev/neofs-testcases#677

Signed-off-by: Oleg Kulachenko <[email protected]>
  • Loading branch information
vvarg229 committed Nov 29, 2023
1 parent 5a70b28 commit 39d7966
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/system-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ jobs:
- name: Checkout neofs-testcases repository
uses: actions/checkout@v3
with:
repository: nspcc-dev/neofs-testcases
ref: master
repository: vvarg229/neofs-testcases
ref: remove-patch
path: neofs-testcases

- name: Checkout neofs-http-gw repository
Expand Down Expand Up @@ -144,12 +144,6 @@ jobs:
sudo chmod -R a+x vendor
working-directory: neofs-dev-env

- name: Modify venv patch
run: |
sed -i "/# Unset exported dev-env variables/,/popd/d" build_assets/activate.patch
sed -i "s/30\,15/30\,11/" build_assets/activate.patch
working-directory: neofs-testcases

- name: Prepare venv
timeout-minutes: 30
run: |
Expand Down

0 comments on commit 39d7966

Please sign in to comment.