You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by fo...@apache.org on 2018/08/19 18:25:11 UTC

[incubator-airflow-ci] 10/34: Fix ci script indentation

This is an automated email from the ASF dual-hosted git repository.

fokko pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-airflow-ci.git

commit 6c9bdf0ae4a86cefe3e7a42c37efb9a4ffe76369
Author: Gerardo Curiel <ge...@rea-group.com>
AuthorDate: Tue May 1 12:49:12 2018 +1000

    Fix ci script indentation
---
 .travis.yml     | 10 +++++-----
 Dockerfile.base |  2 +-
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index f2bbc59..d1008b2 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -27,8 +27,8 @@ jobs:
   include:
     - stage: build airflow-testing docker image
       script:
-      - echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin
-      - docker build -f Dockerfile.base -t airflow-testing .
-      - docker images
-      - docker tag airflow-testing $DOCKER_USERNAME/airflow-testing
-      - docker push $DOCKER_USERNAME/airflow-testing
+        - echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin
+        - docker build -f Dockerfile.base -t airflow-testing .
+        - docker images
+        - docker tag airflow-testing $DOCKER_USERNAME/airflow-testing
+        - docker push $DOCKER_USERNAME/airflow-testing
diff --git a/Dockerfile.base b/Dockerfile.base
index 84a66a3..f6631f5 100644
--- a/Dockerfile.base
+++ b/Dockerfile.base
@@ -36,6 +36,6 @@ RUN apt-get update && apt-get install -y \
     openssh-client \
     python-selinux
 
-RUN pip install --upgrade --user pip && \
+RUN pip install --upgrade pip && \
     hash -r pip && \
     pip install tox codecov