1
0
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:
David Steele 2018-03-12 09:47:32 -04:00
parent f047cd0dfd
commit 94494a632f
2 changed files with 5 additions and 0 deletions

View File

@ -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>

View File

@ -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" .