Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(docker): get publishers.*.yml from italia/developers.italia.it #354

Merged
merged 1 commit into from
Apr 1, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ jobs:
uses: ibiqlik/[email protected]
with:
# File(s) or Directory, separate by space if multiple files or folder are specified
file_or_dir: publishers*.yml blacklist/*.yml
file_or_dir: blacklist/*.yml
# Return non-zero exit code on warnings as well as errors
strict: true
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ COPY scanner scanner
COPY jekyll jekyll
COPY metrics metrics
COPY version version
COPY publishers.thirdparty.yml publishers.thirdparty.yml
COPY publishers.yml publishers.yml
COPY blacklist blacklist
COPY config.toml.example config.toml
COPY domains.yml.example domains.yml
Expand All @@ -38,6 +36,9 @@ COPY start.sh .
COPY vitality-ranges.yml .
COPY wait-for-it.sh .

RUN wget https://raw.githubusercontent.com/italia/developers.italia.it/HEAD/_data/publishers.thirdparty.yml
RUN wget https://raw.githubusercontent.com/italia/developers.italia.it/HEAD/_data/publishers.yml

# Run as unprivileged user
RUN adduser --home ${HOME} --shell /bin/sh --disabled-password ${USER}

Expand Down
172 changes: 0 additions & 172 deletions publishers.thirdparty.yml

This file was deleted.

51 changes: 0 additions & 51 deletions publishers.yml

This file was deleted.