mirror of
https://github.com/scratchfoundation/scratch-paint.git
synced 2024-12-22 13:32:28 -05:00
Merge pull request #63 from LLK/revert-62-yaml
Revert "Add before deploy script that appends version"
This commit is contained in:
commit
9b72eceee8
1 changed files with 0 additions and 3 deletions
|
@ -14,9 +14,6 @@ install:
|
|||
before_deploy:
|
||||
- git config --global user.email $(git log --pretty=format:"%ae" -n1)
|
||||
- git config --global user.name $(git log --pretty=format:"%an" -n1)
|
||||
- VPKG=$($(npm bin)/json -f package.json version)
|
||||
- export VERSION=${VPKG/%?/}$(date +%Y%m%d%H%M%S)
|
||||
- npm --no-git-tag-version version $VERSION
|
||||
deploy:
|
||||
- provider: script
|
||||
on:
|
||||
|
|
Loading…
Reference in a new issue