Loading .gitlab-ci.yml +1 −32 Original line number Diff line number Diff line Loading @@ -22,22 +22,9 @@ build: only: - stable - tags build-nightly: stage: build image: electronuserland/builder:wine script: - npm install - npm run build:web artifacts: expire_in: 1 week name: "build" paths: - dist/ only: - schedules - web # Electron app build package: stage: build Loading @@ -64,24 +51,6 @@ package: only: - stable - tags package-nightly: stage: build image: electronuserland/builder:wine script: - npm install - npm run build:app - npm run release - mv ./release-builds/*.AppImage . - mv ./release-builds/*.exe . artifacts: expire_in: 1 week name: "dist" paths: - "*.AppImage" - "*.exe" only: - schedules - web # Create a nupkg file for Choco package manager Loading Loading
.gitlab-ci.yml +1 −32 Original line number Diff line number Diff line Loading @@ -22,22 +22,9 @@ build: only: - stable - tags build-nightly: stage: build image: electronuserland/builder:wine script: - npm install - npm run build:web artifacts: expire_in: 1 week name: "build" paths: - dist/ only: - schedules - web # Electron app build package: stage: build Loading @@ -64,24 +51,6 @@ package: only: - stable - tags package-nightly: stage: build image: electronuserland/builder:wine script: - npm install - npm run build:app - npm run release - mv ./release-builds/*.AppImage . - mv ./release-builds/*.exe . artifacts: expire_in: 1 week name: "dist" paths: - "*.AppImage" - "*.exe" only: - schedules - web # Create a nupkg file for Choco package manager Loading