Fix workdir perms for subsequent builds

This commit is contained in:
Jamie Curnow 2019-02-18 21:14:26 +10:00
parent ecbc41b622
commit f76c9226c8

3
Jenkinsfile vendored
View File

@ -188,6 +188,9 @@ pipeline {
}
sh 'docker rmi $TEMP_IMAGE_ARM64'
// Hack to clean up ec2 instance for next build
sh 'sudo chown -R ec2-user:ec2-user *'
}
}
}