Skip to content

Commit

Permalink
Added Max
Browse files Browse the repository at this point in the history
  • Loading branch information
vikram-redhat committed Aug 30, 2018
1 parent 57b15bb commit c17834b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autopreview.sh
@@ -1,7 +1,7 @@
#!/bin/bash
set -ev

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

0 comments on commit c17834b

Please sign in to comment.