diff options
author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2021-08-30 17:35:11 +0000 |
---|---|---|
committer | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2021-08-30 17:35:11 +0000 |
commit | aaef32128f8c8c30254836932805d0745647c646 (patch) | |
tree | 40f0ab990c72d67d9d7bea724a382303aafd8e47 | |
parent | 2ad4ecae2762a0ffc22e22cd2adc7cceae74381e (diff) | |
download | tanzanite-aaef32128f8c8c30254836932805d0745647c646.tar.gz tanzanite-aaef32128f8c8c30254836932805d0745647c646.tar.bz2 tanzanite-aaef32128f8c8c30254836932805d0745647c646.zip |
oops
-rw-r--r-- | .gitpod.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitpod.yml b/.gitpod.yml index 3c0ff1a..07a63f3 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -1,4 +1,4 @@ # List the start up tasks. Learn more https://www.gitpod.io/docs/config-start-tasks/ tasks: - init: nvm install node && nvm use node && yarn install # runs during prebuild - command: git config --global user.email $GIT_COMMITTER_EMAIL && git config --global user.name GIT_AUTHOR_NAME + command: git config --global user.email $GIT_COMMITTER_EMAIL && git config --global user.name $GIT_AUTHOR_NAME |