Skip to content

Commit

Permalink
[risk=low][RW-11850] Remove incompatible credentials commands to re-e…
Browse files Browse the repository at this point in the history
…nable staging deploy (#8603)
  • Loading branch information
jmthibault79 authored Jun 13, 2024
1 parent ed32818 commit 5930a05
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions deploy/libproject/deploy.rb
Original file line number Diff line number Diff line change
Expand Up @@ -231,8 +231,6 @@ def deploy(cmd_name, args)
raise ArgumentError.new("--git-version is required when running within docker")
end
common = Common.new
common.run_inline %W{gcloud auth activate-service-account -q --key-file #{op.opts.key_file}}

jira_client = nil
create_ticket = false
from_version = nil
Expand Down Expand Up @@ -278,7 +276,6 @@ def deploy(cmd_name, args)
--project #{op.opts.project}
--account #{op.opts.account}
--key-file #{op.opts.key_file}
--creds-file #{op.opts.key_file}
--version #{op.opts.app_version}
#{op.opts.promote ? "--promote" : "--no-promote"}
} + (op.opts.dry_run ? %W{--dry-run} : [])
Expand Down

0 comments on commit 5930a05

Please sign in to comment.