Skip to content

Commit

Permalink
Fixed docker .deb builds.
Browse files Browse the repository at this point in the history
  • Loading branch information
Bystroushaak committed Jun 4, 2019
1 parent 51e5b81 commit 66c54a7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion build/Makefile
Expand Up @@ -2,7 +2,7 @@

all: run

docker_build:
docker_build: test_docker
mkdir -p build
mkdir -p release
chmod 777 build
Expand Down Expand Up @@ -30,6 +30,9 @@ jit: docker_build
tinyself_ubuntu
chmod -R 777 release

test_docker:
docker 1>/dev/null 2>&1 || (echo "\033[0;31mDocker not found.\033[0m"; exit 1)

help:
@echo "Parameters:"
@echo "\trun"
Expand Down
1 change: 1 addition & 0 deletions build/entrypoint.sh
Expand Up @@ -11,6 +11,7 @@ hg update 96452
cd /src
# Re-pull the repository
git fetch
git pull

# BUILD_VERSION=$(git describe --tags $(git rev-list --tags --max-count=1)) && \
# git checkout ${BUILD_VERSION}
Expand Down

0 comments on commit 66c54a7

Please sign in to comment.