[Emacs] Move directory when setting up deploy.sh
This commit is contained in:
parent
624b6d493d
commit
c83e6ea7cb
@ -1,6 +1,10 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
# This approach was adapted from https://gist.github.com/domenic/ec8b0fc8ab45f39403dd
|
# This approach was adapted from https://gist.github.com/domenic/ec8b0fc8ab45f39403dd
|
||||||
|
|
||||||
|
THIS_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
||||||
|
|
||||||
|
cd $THIS_DIR
|
||||||
|
|
||||||
set -e # Exit with nonzero exit code if anything fails
|
set -e # Exit with nonzero exit code if anything fails
|
||||||
|
|
||||||
SOURCE_BRANCH="master"
|
SOURCE_BRANCH="master"
|
||||||
|
Loading…
Reference in New Issue
Block a user