Skip to content

Commit

Permalink
ci: switch releases to be own by Lacework releng ⚡
Browse files Browse the repository at this point in the history
Signed-off-by: Salim Afiune Maya <[email protected]>
  • Loading branch information
afiune committed Mar 17, 2021
1 parent c7d44a9 commit 0678609
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
- checkout
- add_ssh_keys:
fingerprints:
- "0e:27:21:5a:01:53:03:17:3f:46:37:2b:fc:a9:42:6c"
- "fe:be:77:2c:7f:e8:51:1c:63:7a:30:e1:90:e5:9c:1d"
- run: scripts/release.sh trigger
release:
executor: alpine
Expand Down
4 changes: 2 additions & 2 deletions scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ set -eou pipefail

readonly org_name=lacework
readonly project_name=terraform-aws-cloudtrail
readonly git_user="Salim Afiune Maya"
readonly git_email="afiune@lacework.net"
readonly git_user="Lacework Inc."
readonly git_email="ops+releng@lacework.net"
VERSION=$(cat VERSION)

usage() {
Expand Down

0 comments on commit 0678609

Please sign in to comment.