Skip to content

Commit

Permalink
Merge pull request #8 from dcos/ph/chore/disable-s3-cache
Browse files Browse the repository at this point in the history
chore(jenkisfile): disable s3 cache
  • Loading branch information
juliangieseke authored Oct 26, 2018
2 parents 991a3ef + 54aed73 commit d445ca1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ pipeline {
]) {
sh "GOOS=linux GO111MODULE=on go build -o build/dcos-ui-update-service ./"
// TODO: think about versioning https://jira.mesosphere.com/browse/DCOS-43672
sh "aws s3 cp build/dcos-ui-update-service s3://downloads.mesosphere.io/dcos-ui-update-service/latest/dcos-ui-update-service"
sh "aws s3 cp build/dcos-ui-update-service s3://downloads.mesosphere.io/dcos-ui-update-service/latest/dcos-ui-update-service-${env.GIT_COMMIT} --acl public-read"
}
}
}
Expand Down Expand Up @@ -97,4 +97,4 @@ pipeline {
}
}
}
}
}

0 comments on commit d445ca1

Please sign in to comment.