diff options
author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2021-08-30 17:04:34 +0000 |
---|---|---|
committer | GIT_AUTHOR_NAME <64110067+IRONM00N@users.noreply.github.com> | 2021-08-30 17:04:34 +0000 |
commit | e71446a60195d4944c7a105cf0e82f1a79f4fb21 (patch) | |
tree | 5a0f10c957a2a0ef68f5f53c039be0df7560387f | |
parent | 6ffa1bae9a502d3bf52a71ed1b7a6f3d989b4abe (diff) | |
download | tanzanite-e71446a60195d4944c7a105cf0e82f1a79f4fb21.tar.gz tanzanite-e71446a60195d4944c7a105cf0e82f1a79f4fb21.tar.bz2 tanzanite-e71446a60195d4944c7a105cf0e82f1a79f4fb21.zip |
add gitpod config file
-rw-r--r-- | .gitpod.yml | 4 |
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 |