Skip to content

Commit

Permalink
reorder other jobs too
Browse files Browse the repository at this point in the history
  • Loading branch information
Conor Schaefer committed Jan 11, 2020
1 parent 30fae6f commit 78d7fa0
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -239,8 +239,8 @@ jobs:
docker:
- image: circleci/python:3.5-stretch
steps:
- *installgitlfs
- checkout
- *installgitlfs
- *installdeps
- *clonesecuredropclient
- *getnightlyversion
Expand All @@ -255,8 +255,8 @@ jobs:
docker:
- image: circleci/python:3.7-buster
steps:
- *installgitlfs
- checkout
- *installgitlfs
- *installdeps
- *clonesecuredropclient
- *getnightlyversion
Expand All @@ -271,8 +271,8 @@ jobs:
docker:
- image: circleci/python:3.7-buster
steps:
- *installgitlfs
- checkout
- *installgitlfs
- *installdeps
- *clonesecuredropproxy
- *getlatestreleasedversion
Expand All @@ -283,8 +283,8 @@ jobs:
docker:
- image: circleci/python:3.7-buster
steps:
- *installgitlfs
- checkout
- *installgitlfs
- *installdeps
- *clonesecuredropproxy
- *getnightlyversion
Expand All @@ -299,8 +299,8 @@ jobs:
docker:
- image: circleci/python:3.5-stretch
steps:
- *installgitlfs
- checkout
- *installgitlfs
- *installdeps
- *clonesecuredropexport
- *getlatestreleasedversion
Expand All @@ -311,8 +311,8 @@ jobs:
docker:
- image: circleci/python:3.7-buster
steps:
- *installgitlfs
- checkout
- *installgitlfs
- *installdeps
- *clonesecuredropexport
- *getlatestreleasedversion
Expand All @@ -323,8 +323,8 @@ jobs:
docker:
- image: circleci/python:3.5-stretch
steps:
- *installgitlfs
- checkout
- *installgitlfs
- *installdeps
- *clonesecuredropexport
- *getnightlyversion
Expand All @@ -339,8 +339,8 @@ jobs:
docker:
- image: circleci/python:3.7-buster
steps:
- *installgitlfs
- checkout
- *installgitlfs
- *installdeps
- *clonesecuredropexport
- *getnightlyversion
Expand All @@ -355,8 +355,8 @@ jobs:
docker:
- image: circleci/python:3.5-stretch
steps:
- *installgitlfs
- checkout
- *installgitlfs
- *installdeps
- *setsvsdispname
- *setmetapackageversion
Expand All @@ -366,8 +366,8 @@ jobs:
docker:
- image: circleci/python:3.7-buster
steps:
- *installgitlfs
- checkout
- *installgitlfs
- *installdeps
- *setsvsdispname
- *setmetapackageversion
Expand All @@ -377,8 +377,8 @@ jobs:
docker:
- image: circleci/python:3.5-stretch
steps:
- *installgitlfs
- checkout
- *installgitlfs
- *installdeps
- *setsdgrsecname
- *setmetapackageversion
Expand All @@ -388,8 +388,8 @@ jobs:
docker:
- image: circleci/python:3.7-buster
steps:
- *installgitlfs
- checkout
- *installgitlfs
- *installdeps
- *setsdgrsecname
- *setmetapackageversion
Expand Down

0 comments on commit 78d7fa0

Please sign in to comment.