Merge pull request #13 from sartography/chore/github_branches_to_docker_tags
Installs AWS CLI
This commit is contained in:
commit
77962ad83f
|
@ -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