aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar MarkKoz <[email protected]>2019-06-27 17:21:57 -0700
committerGravatar MarkKoz <[email protected]>2019-06-29 20:05:40 -0700
commit91fb5c6965568541832373ca1727dbb5deb5d752 (patch)
treea764758e28a548a344cf7c8ea3df9141d3a7b735
parentCheck swap info (diff)
Disable swap
-rw-r--r--azure-pipelines.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index 29a98c4..2cee265 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -14,6 +14,9 @@ jobs:
displayName: 'Check If Images Need to Be Built'
enabled: false
+ - script: sudo swapoff -a
+ displayName: 'Disable swap'
+
- script: cat /proc/meminfo
displayName: 'meminfo'