Skip to content
Snippets Groups Projects
Commit 931a1746 authored by rschamp's avatar rschamp
Browse files

Add build to build deploy step

parent 859e636d
Branches
Tags
No related merge requests found
...@@ -157,6 +157,7 @@ jobs: ...@@ -157,6 +157,7 @@ jobs:
- *restore_git_cache - *restore_git_cache
- checkout - checkout
- *restore_npm_cache - *restore_npm_cache
- *restore_build_cache
- run: | - run: |
git config --global user.email $(git log --pretty=format:"%ae" -n1) git config --global user.email $(git log --pretty=format:"%ae" -n1)
git config --global user.name $(git log --pretty=format:"%an" -n1) git config --global user.name $(git log --pretty=format:"%an" -n1)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment