소스 검색

Fix ci execution by going into repo before installing

The script to install web files need to be executed inside the git
repository to find files to deploy.
DricomDragon 5 년 전
부모
커밋
8e24f5a816
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. 3 1
      ci/ci-job-run.fish

+ 3 - 1
ci/ci-job-run.fish

@@ -5,4 +5,6 @@ set fish_trace 1
 
 git clone --depth 1 https://gogs.jovian-hersemeule.eu/DricomDragon/WebLand.git repo
 
-exec repo/ci/install-web-files.fish
+cd repo
+
+exec ci/install-web-files.fish