~starkingdoms/starkingdoms

760e6e6cf56e1a7c33811f1fbe1c4fd70a95d8af — core 2 years ago f64e475
API CI builds (fix)
1 files changed, 3 insertions(+), 3 deletions(-)

M .drone.yml
M .drone.yml => .drone.yml +3 -3
@@ 118,7 118,7 @@ steps:
  - name: api_fmt
    image: coresdev/stk_build_env
    commands:
      - cd api
      - cd starkingdoms-api
      - rustfmt **/*.rs --check --edition 2021 --color always
    environment:
      SCCACHE_REGION: us-east-1


@@ 136,7 136,7 @@ steps:
  - name: api_clippy
    image: coresdev/stk_build_env
    commands:
      - cd api
      - cd starkingdoms-api
      - cargo clippy --color always
    environment:
      SCCACHE_REGION: us-east-1


@@ 154,7 154,7 @@ steps:
  - name: api_build
    image: coresdev/stk_build_env
    commands:
      - cd api
      - cd starkingdoms-api
      - cargo build --release --color always
    environment:
      SCCACHE_REGION: us-east-1