Skip to content

Commit 71aee2f

Browse files
authored
chore: debug
1 parent e78242d commit 71aee2f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/setup.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#!/usr/bin/env bash
22
set -eo pipefail
33
[[ $TRACE ]] && set -x
4+
set -x
45
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 762E3157
56
echo "deb http://nginx.org/packages/ubuntu $(lsb_release -cs) nginx" | sudo tee /etc/apt/sources.list.d/nginx.list
67
curl -fsSL https://nginx.org/keys/nginx_signing.key | sudo apt-key add -

0 commit comments

Comments
 (0)