Skip to content
This repository has been archived by the owner on Dec 5, 2024. It is now read-only.

Fix sigh renew password set through environment #2

Merged
merged 1 commit into from
Jul 19, 2022

Conversation

Larusso
Copy link
Member

@Larusso Larusso commented Jul 19, 2022

Description

This is a small patch which only involves to bump com.wooga.gradle:gradle-commons to min version 1.5.1. We need the functionality of the ExecSpec/ProcessExecutor to handle environment values correctly. The latest version had a bug and was not pushing the values provided in the environment map to the executable.

I adjusted the tests to actually test the values being passed to the called process instead of checking the task properties only.

Changes

  • FIX sigh renew password set through environment

@Larusso Larusso requested a review from Azurelol July 19, 2022 09:13
@Larusso Larusso force-pushed the fix/password_set_through_environment branch from 0b57aa5 to 4efab22 Compare July 19, 2022 12:49
Description
===========

This is a small patch which only involves to bump
`com.wooga.gradle:gradle-commons` to min version `1.5.1`.
We need the functionality of the `ExecSpec`/`ProcessExecutor` to handle
environment values correctly. The latest version had a bug and was not
pushing the values provided in the environment map to the executable.

I adjusted the tests to actually test the values being passed to the
called process instead of checking the task properties only.

Changes
=======

* ![FIX] sigh renew password set through environment
@Larusso Larusso force-pushed the fix/password_set_through_environment branch from 4efab22 to 817a72e Compare July 19, 2022 14:31
@Larusso Larusso merged commit bbc64df into master Jul 19, 2022
@Larusso Larusso deleted the fix/password_set_through_environment branch July 19, 2022 14:46
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants