Skip to content

Commit

Permalink
apt update
Browse files Browse the repository at this point in the history
  • Loading branch information
clefebvre committed Jan 22, 2018
1 parent c7bba5d commit cc7ed86
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@ version: 2.0

aliases:

- &step_prepare
run:
name: Prepare environment
command: apt-get update

- &step_build_dep
run:
name: Build mint-common
Expand Down Expand Up @@ -44,6 +49,7 @@ jobs:
- image: linuxmintd/mint18-amd64
steps:
- checkout
- *step_prepare
- *step_build_dep
- *step_build
- *step_deploy
Expand All @@ -53,6 +59,7 @@ jobs:
- image: linuxmintd/mint19-amd64
steps:
- checkout
- *step_prepare
- *step_build_dep
- *step_build
- *step_deploy
Expand All @@ -62,6 +69,7 @@ jobs:
- image: linuxmintd/lmde3-amd64
steps:
- checkout
- *step_prepare
- *step_build_dep
- *step_build
- *step_deploy
Expand Down

0 comments on commit cc7ed86

Please sign in to comment.