Skip to content

Commit

Permalink
Adding a variable to the docker development environment.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonpugh committed Feb 4, 2016
1 parent c3b3141 commit 676b001
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-development-environment.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash

VERSION='0.x'
DISTRIBUTION='ubuntu'
VERSION='14.04'
INIT='/sbin/init'
Expand All @@ -12,7 +12,7 @@ HOST_PORT=8000
TRAVIS=true

echo "Running 'vagrant-prepare-host.sh' to get source code..."
bash vagrant-prepare-host.sh $PWD 0.x
bash vagrant-prepare-host.sh $PWD $VERSION

# Changing UID:GID of source code to Aegir's UID so it can write to these folders.
# We can change it back to the user later so they can edit the files.
Expand Down

0 comments on commit 676b001

Please sign in to comment.