Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
H
haf
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
hive
haf
Commits
3cb6f854
Verified
Commit
3cb6f854
authored
2 days ago
by
Konrad Botor
Browse files
Options
Downloads
Patches
Plain Diff
Update 6
parent
212445f3
No related branches found
No related tags found
No related merge requests found
Pipeline
#119297
passed
2 days ago
Stage: build_and_test_phase_1
Stage: build_and_test_phase_2
Stage: cleanup
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
scripts/maintenance-scripts/run_op_body_filter_tests.sh
+3
-3
3 additions, 3 deletions
scripts/maintenance-scripts/run_op_body_filter_tests.sh
with
3 additions
and
3 deletions
scripts/maintenance-scripts/run_op_body_filter_tests.sh
+
3
−
3
View file @
3cb6f854
...
@@ -3,9 +3,6 @@ set -xeuo pipefail
...
@@ -3,9 +3,6 @@ set -xeuo pipefail
sudo
apt-get update
sudo
apt-get update
sudo
apt-get
install
-y
git python3 python3-venv python3-pip
sudo
apt-get
install
-y
git python3 python3-venv python3-pip
python3
-m
pip
install
--user
pipx
python3
-m
pipx ensurepath
pipx
install
poetry
SCRIPTPATH
=
"
$(
cd
--
"
$(
dirname
"
$0
"
)
"
>
/dev/null 2>&1
;
pwd
-P
)
"
SCRIPTPATH
=
"
$(
cd
--
"
$(
dirname
"
$0
"
)
"
>
/dev/null 2>&1
;
pwd
-P
)
"
SCRIPTSDIR
=
"
$SCRIPTPATH
/.."
SCRIPTSDIR
=
"
$SCRIPTPATH
/.."
...
@@ -33,6 +30,9 @@ echo -e "\e[0Ksection_start:$(date +%s):python_venv[collapsed=true]\r\e[0KCreati
...
@@ -33,6 +30,9 @@ echo -e "\e[0Ksection_start:$(date +%s):python_venv[collapsed=true]\r\e[0KCreati
python3
-m
venv
--system-site-packages
venv/
python3
-m
venv
--system-site-packages
venv/
# shellcheck disable=SC1091
# shellcheck disable=SC1091
.
venv/bin/activate
.
venv/bin/activate
python3
-m
pip
install
pipx
python3
-m
pipx ensurepath
pipx
install
poetry
(
cd
"
${
REPO_DIR
}
/tests/integration/haf-local-tools"
&&
poetry
install
)
(
cd
"
${
REPO_DIR
}
/tests/integration/haf-local-tools"
&&
poetry
install
)
echo
-e
"
\e
[0Ksection_end:
$(
date
+%s
)
:python_venv
\r\e
[0K"
echo
-e
"
\e
[0Ksection_end:
$(
date
+%s
)
:python_venv
\r\e
[0K"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment