Skip to content

Commit f76c922

Browse files
committed
Fix workdir perms for subsequent builds
1 parent ecbc41b commit f76c922

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Jenkinsfile

+3
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,9 @@ pipeline {
188188
}
189189

190190
sh 'docker rmi $TEMP_IMAGE_ARM64'
191+
192+
// Hack to clean up ec2 instance for next build
193+
sh 'sudo chown -R ec2-user:ec2-user *'
191194
}
192195
}
193196
}

0 commit comments

Comments
 (0)