Skip to content

Commit 2280a61

Browse files
committed
CI Fix for arm64
1 parent f3e6f64 commit 2280a61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ pipeline {
211211
sh 'docker rmi ${TEMP_IMAGE_ARM64}'
212212

213213
// Hack to clean up ec2 instance for next build
214-
sh 'sudo chown -R ec2-user:ec2-user *'
214+
sh 'sudo chown -R ec2-user:ec2-user * || echo "Skipping ec2 ownership"'
215215
}
216216
}
217217
}

0 commit comments

Comments
 (0)