aboutsummaryrefslogtreecommitdiff
path: root/.gitpod.yml
diff options
context:
space:
mode:
authorIRONM00N <64110067+IRONM00N@users.noreply.github.com>2021-08-30 13:11:08 -0400
committerIRONM00N <64110067+IRONM00N@users.noreply.github.com>2021-08-30 13:11:08 -0400
commit8d819519b4376441ca156b6146600382a319a0ba (patch)
tree4353552f1553217dbd56e50b2de6812c7e8b98c8 /.gitpod.yml
parentfb73d1b421638ea695eeafeee2215a1e923c4d4a (diff)
parente71446a60195d4944c7a105cf0e82f1a79f4fb21 (diff)
downloadtanzanite-8d819519b4376441ca156b6146600382a319a0ba.tar.gz
tanzanite-8d819519b4376441ca156b6146600382a319a0ba.tar.bz2
tanzanite-8d819519b4376441ca156b6146600382a319a0ba.zip
Merge branch 'master' of https://github.com/NotEnoughUpdates/bush-bot-3.0
Diffstat (limited to '.gitpod.yml')
-rw-r--r--.gitpod.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitpod.yml b/.gitpod.yml
new file mode 100644
index 0000000..723a250
--- /dev/null
+++ b/.gitpod.yml
@@ -0,0 +1,4 @@
+# List the start up tasks. Learn more https://www.gitpod.io/docs/config-start-tasks/
+tasks:
+ - init: yarn install # runs during prebuild
+ command: git config --global user.email $GIT_COMMITTER_EMAIL && git config --global user.name GIT_AUTHOR_NAME