Skip to content

Commit

Permalink
Another fix for stricter build steps
Browse files Browse the repository at this point in the history
Broken since d6dc63c
  • Loading branch information
dpb587 committed Jan 26, 2021
1 parent 1d7b619 commit 6d678b3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/releases/v0.5.4.md → docs/releases/v0.5.5.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: v0.5.4
weight: 5004
title: v0.5.5
weight: 5005
---

* fix `--cd` behavior when using resource globs ([#19](https://github.com/dpb587/gget/issues/19))
4 changes: 3 additions & 1 deletion scripts/build.dockerized.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ cd "$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )/.."

docker build -t dpb587/gget:build build/docker/build
docker run --rm \
--volume=$PWD:/root \
--volume="${PWD}":/root \
--workdir=/root \
--user=$( id -u "${USER}" ):$( id -g "${USER}" ) \
--env=GOCACHE=/tmp/.cache/go-build \
dpb587/gget:build \
./scripts/build.local.sh "$@"

0 comments on commit 6d678b3

Please sign in to comment.