Browse Source

[ci] Switch to dedicated latest build

Still using py2 but preparing for switching to py3
Romain Rigaux 4 years ago
parent
commit
040793093e
1 changed files with 3 additions and 3 deletions
  1. 3 3
      .circleci/config.yml

+ 3 - 3
.circleci/config.yml

@@ -8,7 +8,7 @@ jobs:
     docker:
       # specify the version you desire here
       # - image: circleci/python:3.8.0
-      - image: gethue/hue:latest
+      - image: gethue/hue:latest-py2
 
       # Specify service dependencies here if necessary
       # CircleCI maintains a library of pre-built images
@@ -189,7 +189,7 @@ jobs:
 
   build-py3.6:
     docker:
-      - image: gethue/hue:latest # Should be circleci/python:3.6 at some point
+      - image: gethue/hue:latest-py2 # Should be circleci/python:3.6 at some point
 
     working_directory: ~/repo
 
@@ -230,7 +230,7 @@ jobs:
 
   build-py3.8:
     docker:
-      - image: gethue/hue:latest # Should be circleci/python:3.x at some point
+      - image: gethue/hue:latest-py2 # Should be circleci/python:3.x at some point
 
     working_directory: ~/repo