We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04d1f6a commit 9593b1dCopy full SHA for 9593b1d
autopreview.sh
@@ -1,7 +1,7 @@
1
#!/bin/bash
2
set -ev
3
4
-ALLOWED_USERS=("gaurav-nelson" "tmorriso-rh" "mburke5678" "vikram-redhat" "ahardin-rh" "kalexand-rh" "adellape" "bfallonf" "bmcelvee" "ousleyp" "jhoyt-rh" "JStickler" "geekspertise" "rh-max")
+ALLOWED_USERS=("mburke5678" "vikram-redhat" "ahardin-rh" "kalexand-rh" "adellape" "bmcelvee" "ousleyp" "jhoyt-rh" "JStickler" "geekspertise" "rh-max")
5
USERNAME=${TRAVIS_PULL_REQUEST_SLUG::-15}
6
COMMIT_HASH="$(git rev-parse @~)"
7
mapfile -t FILES_CHANGED < <(git diff --name-only "$COMMIT_HASH")
0 commit comments