test/user-journey #3

Merged
zhangxiang merged 142 commits from test/user-journey into dev 2026-04-12 13:17:03 +08:00
Showing only changes of commit 9eb2269d4f - Show all commits
+2 -2
View File
@@ -1,5 +1,5 @@
variables: variables:
- &node_image node:20-slim - &node_image node:20-alpine
steps: steps:
install-deps: install-deps:
@@ -125,7 +125,7 @@ steps:
commands: commands:
- echo "Checking SSH client availability" - echo "Checking SSH client availability"
- which ssh && echo "SSH client found" || echo "Installing SSH client" - which ssh && echo "SSH client found" || echo "Installing SSH client"
- apt-get update && apt-get install -y openssh-client rsync - apk add --no-cache openssh-client rsync
- echo "Building production artifacts" - echo "Building production artifacts"
- npm run build - npm run build
- echo "Build completed" - echo "Build completed"