mirror of
https://github.com/sartography/cr-connect-bpmn.git
synced 2025-02-19 19:58:23 +00:00
Installs AWS CLI
This commit is contained in:
parent
4e9afc1b6d
commit
8db40d24d0
@ -1,5 +1,9 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
|
# Install AWS CLI
|
||||||
|
pip install --user awscli;
|
||||||
|
export PATH=$PATH:$HOME/.local/bin;
|
||||||
|
|
||||||
function branch_to_tag () {
|
function branch_to_tag () {
|
||||||
if [ "$1" == "latest" ]; then echo "production"; else echo "$1" ; fi
|
if [ "$1" == "latest" ]; then echo "production"; else echo "$1" ; fi
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user