diff options
| author | crystal <crystal@noreply.codeberg.org> | 2023-07-02 11:21:05 -0600 | 
|---|---|---|
| committer | crystal <crystal@noreply.codeberg.org> | 2023-07-02 11:21:05 -0600 | 
| commit | d8be48f7827e992f3426f1a2d1ac33c58289196b (patch) | |
| tree | acf0a327b538c70f9980264bfc392728fb3311e9 /.crystalintegration.yml | |
| parent | 76ebdef59c92bd2081525f786968dfea59373206 (diff) | |
fix command formatting
Diffstat (limited to '.crystalintegration.yml')
| -rw-r--r-- | .crystalintegration.yml | 90 | 
1 files changed, 45 insertions, 45 deletions
diff --git a/.crystalintegration.yml b/.crystalintegration.yml index e680994..843aa7f 100644 --- a/.crystalintegration.yml +++ b/.crystalintegration.yml @@ -47,9 +47,9 @@ pipeline:      image: *ci_verify_image      pull: true      commands: -    - git config --add safe.directory '*' -    - git fetch --tags --force -    - git submodule foreach 'git fetch --tags --force' +      - git config --add safe.directory '*' +      - git fetch --tags --force +      - git submodule foreach 'git fetch --tags --force'    ci-verify:      image: *ci_verify_image @@ -57,7 +57,7 @@ pipeline:      environment:        BUILD_SUBMODULE: *build_submodule      commands: -    - ./.ci-make.sh ci-verify "$BUILD_SUBMODULE" +      - ./.ci-make.sh ci-verify "$BUILD_SUBMODULE"    deps-frontend:      image: *nodejs_image @@ -65,7 +65,7 @@ pipeline:      environment:        BUILD_SUBMODULE: *build_submodule      commands: -    - ./.ci-make.sh submodule-make "$BUILD_SUBMODULE" deps-frontend +      - ./.ci-make.sh submodule-make "$BUILD_SUBMODULE" deps-frontend    deps-backend:      image: *golang_image @@ -76,16 +76,16 @@ pipeline:      secrets:        - goproxy_default      commands: -    - *goproxy_setup -    - ./.ci-make.sh submodule-make "$BUILD_SUBMODULE" deps-backend +      - *goproxy_setup +      - ./.ci-make.sh submodule-make "$BUILD_SUBMODULE" deps-backend    tag-pre-condition:      image: *ci_verify_image      environment:        BUILD_SUBMODULE: *build_submodule      commands: -    - cd "$BUILD_SUBMODULE" -    - git update-ref refs/heads/tag_test $(git rev-parse --verify HEAD) +      - cd "$BUILD_SUBMODULE" +      - git update-ref refs/heads/tag_test $(git rev-parse --verify HEAD)    security-check:      image: *golang_image @@ -96,8 +96,8 @@ pipeline:      secrets:        - goproxy_default      commands: -    - *goproxy_setup -    - ./.ci-make.sh submodule-make "$BUILD_SUBMODULE" security-check +      - *goproxy_setup +      - ./.ci-make.sh submodule-make "$BUILD_SUBMODULE" security-check    build-frontend:      image: *nodejs_image @@ -105,7 +105,7 @@ pipeline:      environment:        BUILD_SUBMODULE: *build_submodule      commands: -    - ./.ci-make.sh submodule-make "$BUILD_SUBMODULE" frontend +      - ./.ci-make.sh submodule-make "$BUILD_SUBMODULE" frontend    checks-backend:      image: *forgejo_test_image @@ -116,14 +116,14 @@ pipeline:      secrets:        - goproxy_default      commands: -    - *goproxy_setup -    - ./.ci-make.sh submodule-make "$BUILD_SUBMODULE" checks-backend +      - *goproxy_setup +      - ./.ci-make.sh submodule-make "$BUILD_SUBMODULE" checks-backend    download-bin-amd64:      image: *bin_dl_image      group: build-main      commands: -    - ./.ci-make.sh download-binary forgejo-bin-dl +      - ./.ci-make.sh download-binary forgejo-bin-dl      when:        event: [ tag ] @@ -138,8 +138,8 @@ pipeline:      secrets:        - goproxy_default      commands: -    - *goproxy_setup -    - ./.ci-make.sh submodule-build "$BUILD_SUBMODULE" forgejo-bin +      - *goproxy_setup +      - ./.ci-make.sh submodule-build "$BUILD_SUBMODULE" forgejo-bin    build-forgejo-sqlite-amd64:      image: *golang_image @@ -151,88 +151,88 @@ pipeline:      secrets:        - goproxy_default      commands: -    - *goproxy_setup -    - ./.ci-make.sh submodule-build "$BUILD_SUBMODULE" forgejo-sqlite-bin +      - *goproxy_setup +      - ./.ci-make.sh submodule-build "$BUILD_SUBMODULE" forgejo-sqlite-bin    package-bullseye:      image: *deb_build_image      commands: -    - ./.ci-make.sh package-prep -    - ./.ci-make.sh package-build -    - ./.ci-make.sh package-clean +      - ./.ci-make.sh package-prep +      - ./.ci-make.sh package-build +      - ./.ci-make.sh package-clean    gen-sha256:      image: *ci_verify_image      commands: -    - ./.ci-make.sh pkg-gen-sha256 -    - ./.ci-make.sh preview-sha256 +      - ./.ci-make.sh pkg-gen-sha256 +      - ./.ci-make.sh preview-sha256    test-inst-bullseye:      image: *deb_test_image_bullseye      group: pkg-test-1      commands: -    - ./.ci-make.sh install-run-test ./forgejo_*_amd64.deb +      - ./.ci-make.sh install-run-test ./forgejo_*_amd64.deb    test-inst-bullseye-user:      image: *deb_test_image_bullseye      group: pkg-test-1      commands: -    - ./.ci-make.sh test-userinst-prep -    - ./.ci-make.sh install-run-test ./forgejo_*_amd64.deb +      - ./.ci-make.sh test-userinst-prep +      - ./.ci-make.sh install-run-test ./forgejo_*_amd64.deb    test-inst-bullseye-sqlite:      image: *deb_test_image_bullseye      group: pkg-test-1      commands: -    - ./.ci-make.sh install-run-test ./forgejo-sqlite_*_amd64.deb +      - ./.ci-make.sh install-run-test ./forgejo-sqlite_*_amd64.deb    test-inst-bookworm-sqlite:      image: *deb_test_image_bookworm      group: pkg-test-1      commands: -    - ./.ci-make.sh install-run-test ./forgejo-sqlite_*_amd64.deb +      - ./.ci-make.sh install-run-test ./forgejo-sqlite_*_amd64.deb    test-inst-buster-sqlite:      image: *deb_test_image_buster      group: pkg-test-2      commands: -    - ./.ci-make.sh install-run-test ./forgejo-sqlite_*_amd64.deb +      - ./.ci-make.sh install-run-test ./forgejo-sqlite_*_amd64.deb    test-inst-sid-sqlite:      image: *deb_test_image_sid      group: pkg-test-2      commands: -    - ./.ci-make.sh install-run-test ./forgejo-sqlite_*_amd64.deb +      - ./.ci-make.sh install-run-test ./forgejo-sqlite_*_amd64.deb    test-inst-jammy-sqlite:      image: *deb_test_image_jammy      group: pkg-test-2      commands: -    - ./.ci-make.sh install-run-test ./forgejo-sqlite_*_amd64.deb +      - ./.ci-make.sh install-run-test ./forgejo-sqlite_*_amd64.deb    test-inst-focal-sqlite:      image: *deb_test_image_focal      group: pkg-test-2      commands: -    - ./.ci-make.sh install-run-test ./forgejo-sqlite_*_amd64.deb +      - ./.ci-make.sh install-run-test ./forgejo-sqlite_*_amd64.deb    test-inst-kinetic-sqlite:      image: *deb_test_image_kinetic      group: pkg-test-3      commands: -    - ./.ci-make.sh install-run-test ./forgejo-sqlite_*_amd64.deb +      - ./.ci-make.sh install-run-test ./forgejo-sqlite_*_amd64.deb    test-inst-lunar-sqlite:      image: *deb_test_image_lunar      group: pkg-test-3      commands: -    - ./.ci-make.sh install-run-test ./forgejo-sqlite_*_amd64.deb +      - ./.ci-make.sh install-run-test ./forgejo-sqlite_*_amd64.deb    test-inst-bullseye-bin:      image: *deb_test_image_bullseye      group: pkg-test-3      commands: -    - ./.ci-make.sh install-run-test ./forgejo-bin_*_amd64.deb +      - ./.ci-make.sh install-run-test ./forgejo-bin_*_amd64.deb      when:        event: [ tag ] @@ -240,7 +240,7 @@ pipeline:      image: *deb_test_image_bookworm      group: pkg-test-3      commands: -    - ./.ci-make.sh install-run-test ./forgejo-bin_*_amd64.deb +      - ./.ci-make.sh install-run-test ./forgejo-bin_*_amd64.deb      when:        event: [ tag ] @@ -248,7 +248,7 @@ pipeline:      image: *deb_test_image_buster      group: pkg-test-4      commands: -    - ./.ci-make.sh install-run-test ./forgejo-bin_*_amd64.deb +      - ./.ci-make.sh install-run-test ./forgejo-bin_*_amd64.deb      when:        event: [ tag ] @@ -256,7 +256,7 @@ pipeline:      image: *deb_test_image_sid      group: pkg-test-4      commands: -    - ./.ci-make.sh install-run-test ./forgejo-bin_*_amd64.deb +      - ./.ci-make.sh install-run-test ./forgejo-bin_*_amd64.deb      when:        event: [ tag ] @@ -264,7 +264,7 @@ pipeline:      image: *deb_test_image_jammy      group: pkg-test-4      commands: -    - ./.ci-make.sh install-run-test ./forgejo-bin_*_amd64.deb +      - ./.ci-make.sh install-run-test ./forgejo-bin_*_amd64.deb      when:        event: [ tag ] @@ -272,7 +272,7 @@ pipeline:      image: *deb_test_image_focal      group: pkg-test-4      commands: -    - ./.ci-make.sh install-run-test ./forgejo-bin_*_amd64.deb +      - ./.ci-make.sh install-run-test ./forgejo-bin_*_amd64.deb      when:        event: [ tag ] @@ -280,7 +280,7 @@ pipeline:      image: *deb_test_image_kinetic      group: pkg-test-5      commands: -    - ./.ci-make.sh install-run-test ./forgejo-bin_*_amd64.deb +      - ./.ci-make.sh install-run-test ./forgejo-bin_*_amd64.deb      when:        event: [ tag ] @@ -288,7 +288,7 @@ pipeline:      image: *deb_test_image_lunar      group: pkg-test-5      commands: -    - ./.ci-make.sh install-run-test ./forgejo-bin_*_amd64.deb +      - ./.ci-make.sh install-run-test ./forgejo-bin_*_amd64.deb      when:        event: [ tag ] @@ -332,7 +332,7 @@ pipeline:        DEBIAN_COMPONENT: forgejo      secrets: [ cfo_api_key ]      commands: -    - export FORGEJO_KEY=$CFO_API_KEY -    - ./.ci-forgejo-apt.sh *.deb +      - export FORGEJO_KEY=$CFO_API_KEY +      - ./.ci-forgejo-apt.sh *.deb      when:        event: [ tag ]  | 
