Installs AWS CLI
This commit is contained in:
parent
1664645555
commit
7e004d3b55
|
@ -1,5 +1,9 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
|
# Install AWS CLI
|
||||||
|
pip install --user awscli;
|
||||||
|
export PATH=$PATH:$HOME/.local/bin;
|
||||||
|
|
||||||
# Build and push Docker image to Docker Hub
|
# Build and push Docker image to Docker Hub
|
||||||
echo "$DOCKER_TOKEN" | docker login -u "$DOCKER_USERNAME" --password-stdin || exit 1
|
echo "$DOCKER_TOKEN" | docker login -u "$DOCKER_USERNAME" --password-stdin || exit 1
|
||||||
REPO="sartography/cr-connect-bpmn"
|
REPO="sartography/cr-connect-bpmn"
|
||||||
|
|
Loading…
Reference in New Issue