diff options
author | 2019-02-07 15:05:16 -0800 | |
---|---|---|
committer | 2019-02-07 15:05:16 -0800 | |
commit | 33366dcdf4ea4127f4b24a774e70fc7b0c7daee0 (patch) | |
tree | 49c49c77a060c9ad59c29580cc3cdba073ed8970 | |
parent | 0e5e4822a08322e78d0aa33f8b4ad3ff45999dbf (diff) | |
download | rust-x86-33366dcdf4ea4127f4b24a774e70fc7b0c7daee0.tar.gz rust-x86-33366dcdf4ea4127f4b24a774e70fc7b0c7daee0.tar.zst rust-x86-33366dcdf4ea4127f4b24a774e70fc7b0c7daee0.zip |
Update CI.
-rw-r--r-- | ci/before_deploy.ps1 | 2 | ||||
-rw-r--r-- | ci/before_deploy.sh | 2 | ||||
-rw-r--r-- | ci/install.sh | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/ci/before_deploy.ps1 b/ci/before_deploy.ps1 index 191a30b..bfd6414 100644 --- a/ci/before_deploy.ps1 +++ b/ci/before_deploy.ps1 @@ -20,4 +20,4 @@ Push-AppveyorArtifact "$ZIP" Remove-Item *.* -Force Set-Location .. Remove-Item $STAGE -Set-Location $SRC_DIR +Set-Location $SRC_DIR
\ No newline at end of file diff --git a/ci/before_deploy.sh b/ci/before_deploy.sh index 026dc28..769a08a 100644 --- a/ci/before_deploy.sh +++ b/ci/before_deploy.sh @@ -30,4 +30,4 @@ main() { rm -rf $stage } -main +main
\ No newline at end of file diff --git a/ci/install.sh b/ci/install.sh index 80e18e4..a1059d6 100644 --- a/ci/install.sh +++ b/ci/install.sh @@ -44,4 +44,4 @@ main() { --target $target } -main +main
\ No newline at end of file |