Skip to content

Commit

Permalink
tools/fedora-worker-packer: don't trace statements
Browse files Browse the repository at this point in the history
It makes the logs extremely verbose, and requests/responses are already
printed when relevant.
  • Loading branch information
croissanne committed May 7, 2024
1 parent aadf5df commit 9c047cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/appsre-build-fedora-worker-packer.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash
# AppSRE runs this script to build an ami and share it with an account
set -exv
set -ev

export SKIP_CREATE_AMI=false
# Use prebuilt rpms for the fedora images
Expand Down

0 comments on commit 9c047cd

Please sign in to comment.