mirror of
https://github.com/xiaoxinpro/nginx-proxy-manager-zh.git
synced 2025-02-12 22:48:14 -05:00
CI Fix for arm64
This commit is contained in:
parent
f3e6f64c0c
commit
2280a61c2b
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -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"'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user