diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 00bd898..bb27ed0 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -33,10 +33,7 @@ jobs: cd client # Decrypt and Install sheet echo ${{ secrets.SHEET_PWD }} | gpg --batch --yes --passphrase-fd 0 ./libraries/sheet-crypto.tgz.gpg - ls ./libraries -la npm ci - # npm i ./libraries/sheet-crypto.tgz - # End - name: Licence checker run: | diff --git a/.gitea/workflows/release.yaml b/.gitea/workflows/release.yaml index 34a29d5..344103b 100644 --- a/.gitea/workflows/release.yaml +++ b/.gitea/workflows/release.yaml @@ -36,11 +36,9 @@ jobs: - name: Install dependencies run: | cd client - npm ci # Decrypt and Install sheet echo ${{ secrets.SHEET_PWD }} | gpg --batch --yes --passphrase-fd 0 ./libraries/sheet-crypto.tgz.gpg - npm i ./libraries/sheet-crypto.tgz - # End + npm ci - name: Check audit # Audit should fail and stop the CI if critical vulnerability found @@ -94,11 +92,9 @@ jobs: - name: Install dependencies run: | cd client - npm ci # Decrypt and Install sheet echo ${{ secrets.SHEET_PWD }} | gpg --batch --yes --passphrase-fd 0 ./libraries/sheet-crypto.tgz.gpg - npm i ./libraries/sheet-crypto.tgz - # End + npm ci # Install pm2 and prepare SASJS server - run: npm i -g pm2 @@ -188,11 +184,9 @@ jobs: description: We want to prevent creating empty release if frontend fails run: | cd client - npm ci # Decrypt and Install sheet echo ${{ secrets.SHEET_PWD }} | gpg --batch --yes --passphrase-fd 0 ./libraries/sheet-crypto.tgz.gpg - npm i ./libraries/sheet-crypto.tgz - # End + npm ci npm i webpack npm run build