Skip to content

Commit

Permalink
Update CI with shipit commit user/email
Browse files Browse the repository at this point in the history
  • Loading branch information
daviddob committed Apr 29, 2019
1 parent e8917eb commit b6e216c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 15 deletions.
13 changes: 0 additions & 13 deletions ci/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -257,10 +257,6 @@ jobs:
params:
rebase: true
repository: pushme
- name: tarball
put: s3-tarball
params:
file: (( concat "gh/artifacts/" meta.name "-*.tgz" ))
- name: github-release
put: github
params:
Expand Down Expand Up @@ -330,12 +326,3 @@ resources:
user: (( grab meta.github.owner ))
repository: (( grab meta.github.repo ))
access_token: (( grab meta.github.access_token ))

- name: s3-tarball
type: s3
source:
bucket: (( grab meta.aws.bucket ))
region_name: (( grab meta.aws.region_name ))
regexp: (( concat meta.name "-(.*).tgz" ))
access_key_id: (( grab meta.aws.access_key ))
secret_access_key: (( grab meta.aws.secret_key ))
4 changes: 2 additions & 2 deletions ci/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ meta:
initial_version: 1.0.0

git:
email: ((git-commit-email))
name: ((git-commit-name))
email: [email protected]
name: Doomsday-Bot

bosh-lite:
target: https://10.200.131.9:25555
Expand Down

0 comments on commit b6e216c

Please sign in to comment.