diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0df25fe1f..30ed5af8e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -142,31 +142,6 @@ uniworx:exe:uniworx: retry: 2 interruptible: true -uniworx:exe:uniworx-wflint: - stage: backend:build - script: - - xzcat uniworx:lib:uniworx.nar.xz | nix-store --import - - source .gitlab-ci/construct-flake-url.sh - - nix -L build -o result "${FLAKE}#uniworx:exe:uniworx-wflint" - - nix-store --export $(nix-store -qR result) | xz -T0 -2 > uniworx:exe:uniworx-wflint.nar.xz - before_script: *nix-before - needs: - - job: node dependencies # transitive - artifacts: false - - job: well known # transitive - artifacts: false - - job: frontend # tranitive - artifacts: false - - job: uniworx:lib:uniworx - artifacts: true - artifacts: - paths: - - uniworx:exe:uniworx-wflint.nar.xz - name: "${CI_JOB_NAME}-${CI_COMMIT_SHORT_SHA}" - expire_in: "1 day" - retry: 2 - interruptible: true - uniworx:exe:uniworxdb: stage: backend:build script: