Skip to content

Commit 9593b1d

Browse files
Update autopreview.sh
1 parent 04d1f6a commit 9593b1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autopreview.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22
set -ev
33

4-
ALLOWED_USERS=("gaurav-nelson" "tmorriso-rh" "mburke5678" "vikram-redhat" "ahardin-rh" "kalexand-rh" "adellape" "bfallonf" "bmcelvee" "ousleyp" "jhoyt-rh" "JStickler" "geekspertise" "rh-max")
4+
ALLOWED_USERS=("mburke5678" "vikram-redhat" "ahardin-rh" "kalexand-rh" "adellape" "bmcelvee" "ousleyp" "jhoyt-rh" "JStickler" "geekspertise" "rh-max")
55
USERNAME=${TRAVIS_PULL_REQUEST_SLUG::-15}
66
COMMIT_HASH="$(git rev-parse @~)"
77
mapfile -t FILES_CHANGED < <(git diff --name-only "$COMMIT_HASH")

0 commit comments

Comments
 (0)