Skip to content

Commit

Permalink
cloud: Stop building ore
Browse files Browse the repository at this point in the history
This should now be in the latest coreos-assembler container. See
https://github.com/cgwalters/coreos-assembler/pull/1.
  • Loading branch information
jlebon committed May 25, 2018
1 parent e3f89c0 commit 85750b0
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Jenkinsfile.cloud
Original file line number Diff line number Diff line change
Expand Up @@ -154,11 +154,6 @@ node(env.NODE) {

stage("Create AMI") {
docker.image(DOCKER_IMG).inside(DOCKER_ARGS) {
// not packaged yet, just build from src for now
sh "dnf install -y git golang awscli jq"
sh "git clone https://github.com/coreos/mantle"
sh "mantle/build ore"

withCredentials([[$class: 'AmazonWebServicesCredentialsBinding',
credentialsId: env['AWS_CREDENTIALS']]]) {
sh """
Expand Down

0 comments on commit 85750b0

Please sign in to comment.