Skip to content

Commit

Permalink
add jq
Browse files Browse the repository at this point in the history
  • Loading branch information
jrkerns committed Nov 12, 2024
1 parent 342a563 commit c83884c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion bitbucket-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ definitions:
script:
- apt-get update
- apt-get -y install git
- uv sync --frozen
- uv sync --frozen --quiet
- uv tool run pre-commit run --all-files
caches:
- precommit
Expand Down Expand Up @@ -41,6 +41,7 @@ definitions:
size: 2x
script:
# set up memory monitoring
- apt-get install -y jq
- chmod +x memory_monitor.sh
- nohup ./memory_monitor.sh &
- MONITOR_PID=$!
Expand Down Expand Up @@ -198,6 +199,7 @@ definitions:
size: 2x
script:
# set up memory monitoring
- apt-get install -y jq
- chmod +x memory_monitor.sh
- nohup ./memory_monitor.sh &
- MONITOR_PID=$!
Expand All @@ -217,6 +219,7 @@ definitions:
size: 2x
script:
# set up memory monitoring
- apt-get install -y jq
- chmod +x memory_monitor.sh
- nohup ./memory_monitor.sh &
- MONITOR_PID=$!
Expand Down

0 comments on commit c83884c

Please sign in to comment.