fix breaking change CI

This commit is contained in:
Daniel Hougaard
2026-01-06 19:16:04 +01:00
parent 7cb1338c63
commit 0ea3d52f42
2 changed files with 4 additions and 4 deletions

View File

@@ -52,11 +52,9 @@ RUN npm ci --only-production && npm cache clean --force
COPY --from=build /app .
RUN apt-get install -y curl bash
# Install Infisical CLI
RUN curl -1sLf 'https://artifacts-cli.infisical.com/setup.deb.sh' | bash && \
RUN apt-get update && apt-get install -y curl bash && \
curl -1sLf 'https://artifacts-cli.infisical.com/setup.deb.sh' | bash && \
apt-get update && apt-get install -y infisical=0.43.14 git
HEALTHCHECK --interval=10s --timeout=3s --start-period=10s \

View File

@@ -15,6 +15,8 @@ import { SanitizedDynamicSecretSchema } from "@app/server/routes/sanitizedSchema
import { AuthMode } from "@app/services/auth/auth-type";
import { ResourceMetadataSchema } from "@app/services/resource-metadata/resource-metadata-schema";
// test to trigger breaking change CI
const validateUsernameTemplateCharacters = characterValidator([
CharacterType.AlphaNumeric,
CharacterType.Underscore,