Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
jrkerns committed Nov 12, 2024
1 parent c83884c commit 18a860e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bitbucket-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ definitions:
size: 2x
script:
# set up memory monitoring
- apt-get update
- apt-get install -y jq
- chmod +x memory_monitor.sh
- nohup ./memory_monitor.sh &
Expand Down Expand Up @@ -199,6 +200,7 @@ definitions:
size: 2x
script:
# set up memory monitoring
- apt-get update
- apt-get install -y jq
- chmod +x memory_monitor.sh
- nohup ./memory_monitor.sh &
Expand All @@ -219,6 +221,7 @@ definitions:
size: 2x
script:
# set up memory monitoring
- apt-get update
- apt-get install -y jq
- chmod +x memory_monitor.sh
- nohup ./memory_monitor.sh &
Expand Down

0 comments on commit 18a860e

Please sign in to comment.