瀏覽代碼

Remove fish trace in embedded scripts

If trace if needed, it must be set in environment.
DricomDragon 5 年之前
父節點
當前提交
adfb605119
共有 2 個文件被更改,包括 0 次插入3 次删除
  1. 0 2
      ci/ci-job-run.fish
  2. 0 1
      ci/install-web-files.fish

+ 0 - 2
ci/ci-job-run.fish

@@ -1,8 +1,6 @@
 #!/usr/bin/fish
 # Job script for continuous integration
 # Please rename to : WebLand.run
-set -l fish_trace 1
-
 git clone --depth 1 https://gogs.jovian-hersemeule.eu/DricomDragon/WebLand.git repo
 
 cd repo

+ 0 - 1
ci/install-web-files.fish

@@ -1,6 +1,5 @@
 #!/usr/bin/fish
 # Aim at deploying on local httpd server
-set -l fish_trace 1
 
 # Check existence of deployment target
 if not set -q WEBLAND_WEB_DEPLOY_PATH