Skip to content

Commit

Permalink
Remove debug print statement printenv
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisvanrun committed Jul 30, 2024
1 parent 4472a74 commit 1305914
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ formatted_build_info=$(date -d "$build_timestamp" +"%Y%m%d_%H%M%S")
# Set the output filename with timestamp and build information
output_filename="${SCRIPT_DIR}/${container_tag}_${formatted_build_info}.tar.gz"

printenv

# Save the Docker container and gzip it
docker save "$container_tag" | gzip -c > "$output_filename"

Expand Down

0 comments on commit 1305914

Please sign in to comment.