Skip to content

Commit d8e334a

Browse files
authored
Merge branch 'dev' into use-integrated-pdiff
2 parents bf64874 + f7eb14a commit d8e334a

File tree

5 files changed

+7
-5
lines changed

5 files changed

+7
-5
lines changed

.github/workflows/nextflow-source-test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,7 @@ jobs:
7070
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
7171
AWS_DEFAULT_REGION: "eu-west-1"
7272
with:
73-
# to: nextflow-nightly-test-aaaaqbupbi4ikkrdg6b3bemnoq@nfcore.slack.com
74-
73+
to: ${{ secrets.NEXTFLOW_NIGHTLY_NOTIFICATION_EMAIL_ADDRESS }}
7574
7675
subject: "Nextflow source test CI failed"
7776
body: |

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,10 +79,13 @@
7979
- Dev ([#3557](https://github.com/nf-core/tools/pull/3557))
8080
- chore(deps): update python:3.12-slim docker digest to bae1a06 ([#3558](https://github.com/nf-core/tools/pull/3558))
8181
- Update CI to test template pipelines with nf-test ([#3559](https://github.com/nf-core/tools/pull/3559))
82+
- Use secret for notification email on nextflow nightly builds ([#3576](https://github.com/nf-core/tools/pull/3576))
8283
- chore(deps): update pre-commit hook astral-sh/ruff-pre-commit to v0.11.9 ([#3563](https://github.com/nf-core/tools/pull/3563))
8384
- chore(deps): update python:3.12-slim docker digest to 31a416d ([#3568](https://github.com/nf-core/tools/pull/3568))
8485
- chore(deps): update codecov/codecov-action digest to 18283e0 ([#3575](https://github.com/nf-core/tools/pull/3575))
8586
- use pdiff from setup-nf-test ([#3578](https://github.com/nf-core/tools/pull/3578))
87+
- chore(deps): update python:3.12-slim docker digest to fd95fa2 ([#3587](https://github.com/nf-core/tools/pull/3587))
88+
- chore(deps): update gitpod/workspace-base docker digest to 3aa18f4 ([#3586](https://github.com/nf-core/tools/pull/3586))
8689
- chore(deps): update pre-commit hook astral-sh/ruff-pre-commit to v0.11.11 ([#3585](https://github.com/nf-core/tools/pull/3585))
8790

8891
## [v3.2.1 - Pewter Pangolin Patch](https://github.com/nf-core/tools/releases/tag/3.2.1) - [2025-04-29]

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.12-slim@sha256:31a416db24bd8ade7dac5fd5999ba6c234d7fa79d4add8781e95f41b187f4c9a
1+
FROM python:3.12-slim@sha256:fd95fa221297a88e1cf49c55ec1828edd7c5a428187e67b5d1805692d11588db
22
33
description="Docker image containing requirements for nf-core/tools"
44

nf_core/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2080,7 +2080,7 @@ def command_bump_version(ctx, new_version, directory, nextflow):
20802080
@click.pass_context
20812081
def command_list(ctx, keywords, sort, json, show_archived):
20822082
"""
2083-
DEPREUse `nf-core pipelines list` instead.CATED
2083+
Use `nf-core pipelines list` instead.
20842084
"""
20852085
log.warning(
20862086
"The `[magenta]nf-core list[/]` command is deprecated. Use `[magenta]nf-core pipelines list[/]` instead."

nf_core/gitpod/gitpod.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# docker build -t gitpod:test -f nf_core/gitpod/gitpod.Dockerfile .
33

44
# See https://docs.renovatebot.com/docker/#digest-pinning for why a digest is used.
5-
FROM gitpod/workspace-base@sha256:7f35e401405c38ebc1185dfc3d6c066f73a524e8b86641453ea4690cc5c24fb6
5+
FROM gitpod/workspace-base@sha256:3aa18f4fbebc6ee2017a223463fa86af7e8c757d27a6542272d4c6ab6ab3fdaa
66

77
USER root
88

0 commit comments

Comments
 (0)