From ffba2acad03c9855f2ae966dc8cb25d0709be2cf Mon Sep 17 00:00:00 2001 From: Mihajlo Date: Fri, 16 Jul 2021 12:02:03 +0200 Subject: [PATCH] chore: script fix --- .github/workflows/sasjs-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sasjs-tests.yml b/.github/workflows/sasjs-tests.yml index 1810fb6..4884ef3 100644 --- a/.github/workflows/sasjs-tests.yml +++ b/.github/workflows/sasjs-tests.yml @@ -63,7 +63,7 @@ jobs: npm i replace-in-files --regex='"userName".*' --replacement='"userName":"${{ secrets.SAS_USERNAME }}",' ./public/config.json replace-in-files --regex='"password".*' --replacement='"password":"${{ secrets.SAS_PASSWORD }}",' ./public/config.json - replace-in-files --regex='serverType.*' --replacement='serverType:"SASVIYA",' ./public/config.json + replace-in-files --regex='"serverType".*' --replacement='"serverType":"SASVIYA",' ./public/config.json npm run update:adapter && npm run build scp -o stricthostkeychecking=no -r ./build/* ${{ secrets.DCGITLAB_DEPLOY_PATH_VIYA }} replace-in-files --regex='"serverType".*' --replacement='"serverType":"SAS9",' ./public/config.json