aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIRONM00N <64110067+IRONM00N@users.noreply.github.com>2021-08-30 17:04:34 +0000
committerGIT_AUTHOR_NAME <64110067+IRONM00N@users.noreply.github.com>2021-08-30 17:04:34 +0000
commite71446a60195d4944c7a105cf0e82f1a79f4fb21 (patch)
tree5a0f10c957a2a0ef68f5f53c039be0df7560387f
parent6ffa1bae9a502d3bf52a71ed1b7a6f3d989b4abe (diff)
downloadtanzanite-e71446a60195d4944c7a105cf0e82f1a79f4fb21.tar.gz
tanzanite-e71446a60195d4944c7a105cf0e82f1a79f4fb21.tar.bz2
tanzanite-e71446a60195d4944c7a105cf0e82f1a79f4fb21.zip
add gitpod config file
-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