CI Fix for arm64

This commit is contained in:
Jamie Curnow 2019-03-05 08:25:12 +10:00
parent f3e6f64c0c
commit 2280a61c2b

2
Jenkinsfile vendored
View File

@ -211,7 +211,7 @@ pipeline {
sh 'docker rmi ${TEMP_IMAGE_ARM64}' sh 'docker rmi ${TEMP_IMAGE_ARM64}'
// Hack to clean up ec2 instance for next build // Hack to clean up ec2 instance for next build
sh 'sudo chown -R ec2-user:ec2-user *' sh 'sudo chown -R ec2-user:ec2-user * || echo "Skipping ec2 ownership"'
} }
} }
} }