Skip to content

Commit 5326cdd

Browse files
committed
chore: rebased
1 parent c5a30de commit 5326cdd

15 files changed

Lines changed: 25 additions & 1198 deletions

.github/release-please-config.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
2-
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
3-
"packages": {
4-
".": {
5-
"release-type": "simple",
6-
"changelog-path": "docs/docs/changelog/changelog.md",
7-
"extra-files": ["web/package.json"]
8-
}
9-
}
2+
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
3+
"packages": {
4+
".": {
5+
"release-type": "simple",
6+
"changelog-path": "docs/docs/changelog/changelog.md",
7+
"extra-files": ["web/package.json"]
8+
}
9+
}
1010
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{ ".": "1.5.0" }
1+
{".":"1.5.0"}

IaC/deploy-app-registration.sh

Lines changed: 0 additions & 201 deletions
This file was deleted.

IaC/deploy-resources.sh

Lines changed: 0 additions & 40 deletions
This file was deleted.

api/.dockerignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
*
2-
!bin/install-equinor-certificates.sh
32
!src/*.py
43
!src/**/*.py
54
!src/init.sh

api/Dockerfile

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,6 @@ EXPOSE 5000
1010

1111
ENV PYTHONPATH=/app/src
1212

13-
# Install Equinor's root CA bundle so requests through the corporate
14-
# TLS-inspecting proxy (e.g. local dev behind Zscaler) succeed. The
15-
# script is a no-op on networks where the corporate root isn't presented
16-
# in the chain, so it's safe to keep enabled in CI/Radix.
17-
RUN --mount=type=bind,source=bin/install-equinor-certificates.sh,target=/tmp/install-equinor-certificates.sh \
18-
/tmp/install-equinor-certificates.sh debian
19-
2013
FROM base AS dependencies
2114
COPY --from=docker.io/astral/uv:0.11.6 /uv /uvx /usr/local/bin/
2215
ENV UV_COMPILE_BYTECODE=1

0 commit comments

Comments
 (0)