Skip to content

Commit

Permalink
Update dependency scripts, fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
bobheadxi committed Jul 26, 2018
1 parent cff2dc7 commit f90a254
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions daemon/inertiad/build/runner.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import (

"github.com/docker/docker/api/types"
docker "github.com/docker/docker/client"
"github.com/ubclaunchpad/inertia/daemon/inertiad/containers"
)

// run starts project and tracks all active project containers and pipes an error
Expand Down
4 changes: 2 additions & 2 deletions test/daemon.env
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ INERTIA_DATA_DIR=/app/host/inertia/data/
INERTIA_GH_KEY_PATH=/app/host/.ssh/id_rsa_inertia_deploy

# build tool versions
INERTIA_DOCKERCOMPOSE=docker/compose:1.21.0
INERTIA_HEROKUISH=gliderlabs/herokuish:v0.4.0
INERTIA_DOCKERCOMPOSE=docker/compose:1.22.0
INERTIA_HEROKUISH=gliderlabs/herokuish:v0.4.3
4 changes: 2 additions & 2 deletions test/docker_deps.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/sh

echo "Installing build images"
docker pull docker/compose:1.21.0
docker pull gliderlabs/herokuish:v0.4.0
docker pull docker/compose:1.22.0
docker pull gliderlabs/herokuish:v0.4.3

0 comments on commit f90a254

Please sign in to comment.