aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ci/before_deploy.ps12
-rw-r--r--ci/before_deploy.sh2
-rw-r--r--ci/install.sh2
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