Skip to content

Commit

Permalink
Merge pull request #69 from ChrisHardison/release-7.4
Browse files Browse the repository at this point in the history
Change method of redirecting stderr to stdout.
  • Loading branch information
ChrisHardison authored Aug 31, 2023
2 parents 83171fd + 5dd65d2 commit ec486de
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/bin/bash
exec 2>&1
trap "exit 1" TERM
export TOP_PID=$$

Expand Down Expand Up @@ -32,7 +31,7 @@ docker build \
--build-arg BUILD_VERSION=$Version \
--build-arg COMMIT_ID=$CommitId \
-t "oneidentity/safeguard-bash:${DockerVersionStr}alpine" \
$ScriptDir
$ScriptDir 2>&1
docker tag "oneidentity/safeguard-bash:${DockerVersionStr}alpine" "oneidentity/safeguard-bash:latest"

echo "Creating zip file artifact ..."
Expand Down

0 comments on commit ec486de

Please sign in to comment.