mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2024-12-14 10:13:05 +02:00
Update pip before installing awscli.
This commit is contained in:
parent
f047cd0dfd
commit
94494a632f
@ -121,6 +121,10 @@
|
||||
<p>Add new test for <code>Common::Io::Process</code> to show that output on stderr will raise an exception on <code>close()</code> even if the exit code is 0.</p>
|
||||
</release-item>
|
||||
|
||||
<release-item>
|
||||
<p>Update <file>pip</file> before installing <file>awscli</file>.</p>
|
||||
</release-item>
|
||||
|
||||
<release-item>
|
||||
<p>Remove Debian package patch now that it has been merged upstream.</p>
|
||||
</release-item>
|
||||
|
@ -514,6 +514,7 @@ sub containerBuild
|
||||
{
|
||||
$strScript .= sectionHeader() .
|
||||
"# Install AWS CLI\n" .
|
||||
" pip install --upgrade pip && \\\n" .
|
||||
" pip install --upgrade awscli && \\\n" .
|
||||
' sudo -i -u ' . TEST_USER . " aws configure set region us-east-1 && \\\n" .
|
||||
' sudo -i -u ' . TEST_USER . " aws configure set aws_access_key_id accessKey1 && \\\n" .
|
||||
|
Loading…
Reference in New Issue
Block a user