diff options
| author | crystal <crystal@noreply.codeberg.org> | 2023-11-25 18:22:07 -0700 | 
|---|---|---|
| committer | crystal <crystal@noreply.codeberg.org> | 2023-11-25 18:22:07 -0700 | 
| commit | 435f0d972fe449f2411a1c92a6a9561b546ff965 (patch) | |
| tree | 4bce2b26709acf53c09829c85acbf430262fd529 | |
| parent | 41e31ba9ad0342e9b9f8e6a93ade914a4bef54c8 (diff) | |
ci order
| -rw-r--r-- | .crystalintegration.yml | 16 | 
1 files changed, 8 insertions, 8 deletions
diff --git a/.crystalintegration.yml b/.crystalintegration.yml index 19adeb3..0083090 100644 --- a/.crystalintegration.yml +++ b/.crystalintegration.yml @@ -99,14 +99,6 @@ steps:        - *goproxy_setup        - ./.ci-make.sh submodule-make "$BUILD_SUBMODULE" security-check -  build-frontend: -    image: *nodejs_image -    group: checks -    environment: -      BUILD_SUBMODULE: *build_submodule -    commands: -      - ./.ci-make.sh submodule-make "$BUILD_SUBMODULE" frontend -    checks-backend:      image: *forgejo_test_image      group: checks @@ -120,6 +112,14 @@ steps:        - su forgejo -c './.ci-make.sh submodule-make forgejo checks-backend'        - chown -R root:root . +  build-frontend: +    image: *nodejs_image +    group: pre-build +    environment: +      BUILD_SUBMODULE: *build_submodule +    commands: +      - ./.ci-make.sh submodule-make "$BUILD_SUBMODULE" frontend +    download-bin-amd64:      image: *bin_dl_image      group: build-main  | 
