Skip to content

Commit

Permalink
Disabled code-notary CAS for now
Browse files Browse the repository at this point in the history
  • Loading branch information
expaso committed Jan 21, 2024
1 parent 0189909 commit 8fe46c3
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
@@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Checkout submodules
shell: bash
2 changes: 1 addition & 1 deletion pgadmin4/Dockerfile
Original file line number Diff line number Diff line change
@@ -103,7 +103,7 @@ RUN apk add --no-cache \
libpng-dev \
python3-dev && \
python3 -m venv --system-site-packages --without-pip /venv && \
/venv/bin/python3 -m pip install --no-cache-dir setuptools && \
#/venv/bin/python3 -m pip install --no-cache-dir setuptools && \
/venv/bin/python3 -m pip install --no-cache-dir -r requirements.txt && \
apk del --no-cache build-deps

6 changes: 3 additions & 3 deletions pgadmin4/build.yaml
Original file line number Diff line number Diff line change
@@ -7,6 +7,6 @@ build_from:
i386: ghcr.io/hassio-addons/base/i386:15.0.5
args:
CAS_VERSION: "1.0.1"
codenotary:
base_image: codenotary@frenck.dev
signer: hans@expaso.nl
# codenotary:
# base_image: codenotary@frenck.dev
# signer: hans@expaso.nl

0 comments on commit 8fe46c3

Please sign in to comment.