mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-18 14:15:09 +00:00
ci: fix travis bash script
This commit is contained in:
parent
e16f41b947
commit
1a6aa403ee
1 changed files with 2 additions and 2 deletions
|
|
@ -7,8 +7,8 @@ services:
|
|||
|
||||
before_install:
|
||||
- if [[ "$BUILD" -ne "development" ]]; then
|
||||
echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin
|
||||
sudo apt-get update && sudo apt-get -y install git
|
||||
echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin;
|
||||
sudo apt-get update && sudo apt-get -y install git;
|
||||
fi
|
||||
- if [[ $BUILD == "development" ]];then
|
||||
sudo apt-get update && sudo apt-get -y install docker-compose;
|
||||
|
|
|
|||
Loading…
Reference in a new issue