From 447d37df6f5c68dff6aaa712c43e0ec39c03ecf9 Mon Sep 17 00:00:00 2001 From: core Date: Sat, 6 Apr 2024 23:23:30 -0400 Subject: [PATCH] fix 4 --- .woodpecker/.client.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.woodpecker/.client.yaml b/.woodpecker/.client.yaml index b3fe3c643218d7ab739412d3c1be4ed60afc09fb..15cea741ad0c82097854ee0617f53b1ba2dcac31 100644 --- a/.woodpecker/.client.yaml +++ b/.woodpecker/.client.yaml @@ -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