Skip to content
This repository has been archived by the owner on May 12, 2021. It is now read-only.

Commit

Permalink
Merge pull request #190 from nitkon/makefail
Browse files Browse the repository at this point in the history
obs-packaging: Fix "make test-packaging-tools" failure
  • Loading branch information
Julio Montes authored Sep 21, 2018
2 parents 66c1c78 + a3080b8 commit 6613fc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion obs-packaging/scripts/obs-docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# SPDX-License-Identifier: Apache-2.0
#

_obs_docker_packaging_repo_dir=$(cd $(basename "${BASH_SOURCE[0]}"/../..) && pwd)
_obs_docker_packaging_repo_dir=$(cd $(dirname "${BASH_SOURCE[0]}") && cd ../.. && pwd)
GO_ARCH=$(go env GOARCH)

docker_run() {
Expand Down

0 comments on commit 6613fc5

Please sign in to comment.