Skip to content

Commit

Permalink
Fix workdir perms for subsequent builds
Browse files Browse the repository at this point in the history
  • Loading branch information
jc21 committed Feb 18, 2019
1 parent ecbc41b commit f76c922
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 *'
}
}
}
Expand Down

0 comments on commit f76c922

Please sign in to comment.