From f81f3b5887a2f2ddc4787be1d94880a141e1f481 Mon Sep 17 00:00:00 2001 From: Piotr Pekala Date: Fri, 26 Jul 2019 01:43:48 -0700 Subject: [PATCH] Update config.yml --- .circleci/config.yml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 5c16bbe4..6369443a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -6,19 +6,11 @@ jobs: xcode: "9.4.0" docker: - - image: node:11.0.0 + - image: circleci/node:11.0.0 steps: - checkout - - run: apt-get install -y sudo - - - run: - name: Set timezone and check current datetime - command: | - sudo systemsetup -settimezone Europe/Warsaw - echo "Today is $(date +"%Y-%m-%d %T")" - - run: name: Installed python and pip version command: |