mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-21 23:35: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:
|
before_install:
|
||||||
- if [[ "$BUILD" -ne "development" ]]; then
|
- if [[ "$BUILD" -ne "development" ]]; then
|
||||||
echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin
|
echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin;
|
||||||
sudo apt-get update && sudo apt-get -y install git
|
sudo apt-get update && sudo apt-get -y install git;
|
||||||
fi
|
fi
|
||||||
- if [[ $BUILD == "development" ]];then
|
- if [[ $BUILD == "development" ]];then
|
||||||
sudo apt-get update && sudo apt-get -y install docker-compose;
|
sudo apt-get update && sudo apt-get -y install docker-compose;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue