Skip to content
This repository has been archived by the owner on Jul 1, 2022. It is now read-only.

Commit

Permalink
Make verbose
Browse files Browse the repository at this point in the history
Signed-off-by: Yuri Shkuro <github@ysh.us>
  • Loading branch information
yurishkuro committed Jul 1, 2022
1 parent b5d0f68 commit d2b6540
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/deploy.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash

set -o errexit -o nounset -o pipefail
set -x -o errexit -o nounset -o pipefail

safe_checkout_master_or_release() {
# We need to be on a branch for release:perform to be able to create commits,
Expand Down

0 comments on commit d2b6540

Please sign in to comment.