Browse Source

minor fuckin changes

pull/13/head
Anairkoen Schno 5 years ago
parent
commit
d5e22d1776
1 changed files with 1 additions and 4 deletions
  1. +1
    -4
      appveyor.yml

+ 1
- 4
appveyor.yml View File

@ -83,10 +83,7 @@ before_deploy:
$source = Get-Location $source = Get-Location
$tagPath = Join-Path $source "tags/$env:APPVEYOR_REPO_TAG_NAME" $tagPath = Join-Path $source "tags/$env:APPVEYOR_REPO_TAG_NAME"
New-Item -ItemType directory -Path $tagPath New-Item -ItemType directory -Path $tagPath
Get-ChildItem $source -Recurse -Exclude @('.git','tags/*','tags') |
Copy-Item -Destination {Join-Path $tagPath $_.FullName.Substring($source.length)}
cd .. # fix working directory
Get-ChildItem $source -Recurse -Exclude @('.git','tags/*','tags') | Copy-Item -Destination {Join-Path $tagPath $_.FullName.Substring($source.length)}
git add -A 2>&1 git add -A 2>&1
git commit -q -a -m "Saved tag $env:APPVEYOR_REPO_TAG_NAME" 2>&1 git commit -q -a -m "Saved tag $env:APPVEYOR_REPO_TAG_NAME" 2>&1


Loading…
Cancel
Save