~starkingdoms/starkingdoms

447d37df6f5c68dff6aaa712c43e0ec39c03ecf9 — core 1 year, 8 months ago 8f4a25c
fix 4
1 files changed, 3 insertions(+), 3 deletions(-)

M .woodpecker/.client.yaml
M .woodpecker/.client.yaml => .woodpecker/.client.yaml +3 -3
@@ 1,6 1,6 @@
steps:
  - name: client_fmt
    image: node:21-alpine
    image: node
    commands:
      - cd starkingdoms-client
      - yarn


@@ 9,7 9,7 @@ steps:
  - name: client_build
    depends_on:
      - client_fmt
    image: node:21-alpine
    image: node
    commands:
      - cd starkingdoms-client
      - yarn


@@ 18,7 18,7 @@ steps:
  - name: build_image
    depends_on:
      - client_build
    image: node:21-alpine
    image: node
    commands:
      - cd starkindoms-client
      - docker login registry.gitlab.com -u c0repwn3r -p $GITLAB_TOKEN