Skip to content

Commit

Permalink
fix: env_vars for phase run
Browse files Browse the repository at this point in the history
  • Loading branch information
nimish-ks committed Aug 2, 2023
1 parent 563b7f8 commit 14d1675
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phase-cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -387,14 +387,14 @@ def error(self, message):
args = parser.parse_args()

phApp, pss = get_credentials()
#env_vars = getEnvSecrets(phApp, pss)

if args.command == 'auth':
phaseAuth()
elif args.command == 'init':
phaseInit()
elif args.command == 'run':
command = ' '.join(args.run_command)
env_vars = getEnvSecrets(phApp, pss)
phaseRunInject(command, env_vars)
elif args.command == 'logout':
phaseCliLogout()
Expand Down

0 comments on commit 14d1675

Please sign in to comment.