Skip to content

Commit

Permalink
Merge pull request #18 from cyberark/fix-release-building
Browse files Browse the repository at this point in the history
Remove opening of input stream for release building
  • Loading branch information
sgnn7 authored Jun 19, 2020
2 parents b87e9c6 + c739f7f commit 02c9af2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/build_release
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set -euo pipefail
CURRENT_DIR="$(cd "$(dirname "$BASH_SOURCE")"; pwd)"

pushd "$CURRENT_DIR/.." >/dev/null
docker run --rm -it \
docker run --rm -t \
-v "$CURRENT_DIR/..:/runner" \
ansible/ansible-runner \
ansible-galaxy collection build --force
Expand Down

0 comments on commit 02c9af2

Please sign in to comment.