From 62c1db44a4f8437e26ad2a4c37941720e5e6df34 Mon Sep 17 00:00:00 2001 From: Maxime U Garcia Date: Thu, 11 May 2023 18:08:36 +0200 Subject: [PATCH 1/2] remove aws_tower profile --- nf_core/pipeline-template/.github/workflows/awsfulltest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nf_core/pipeline-template/.github/workflows/awsfulltest.yml b/nf_core/pipeline-template/.github/workflows/awsfulltest.yml index 4942167b12..9511ea57be 100644 --- a/nf_core/pipeline-template/.github/workflows/awsfulltest.yml +++ b/nf_core/pipeline-template/.github/workflows/awsfulltest.yml @@ -27,7 +27,7 @@ jobs: { "outdir": "s3://{% raw %}${{ secrets.AWS_S3_BUCKET }}{% endraw %}/{{ short_name }}/{% raw %}results-${{ github.sha }}{% endraw %}" } - profiles: test_full,aws_tower + profiles: test_full - uses: actions/upload-artifact@v3 with: name: Tower debug log file From 14d4b2e0ccc0575fceaea4f93ef1317c3804d3a2 Mon Sep 17 00:00:00 2001 From: Maxime U Garcia Date: Thu, 11 May 2023 18:15:21 +0200 Subject: [PATCH 2/2] Update awstest.yml --- nf_core/pipeline-template/.github/workflows/awstest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nf_core/pipeline-template/.github/workflows/awstest.yml b/nf_core/pipeline-template/.github/workflows/awstest.yml index 7f80cf1bb5..6e1fd8c92a 100644 --- a/nf_core/pipeline-template/.github/workflows/awstest.yml +++ b/nf_core/pipeline-template/.github/workflows/awstest.yml @@ -22,7 +22,7 @@ jobs: { "outdir": "s3://{% raw %}${{ secrets.AWS_S3_BUCKET }}{% endraw %}/{{ short_name }}/{% raw %}results-test-${{ github.sha }}{% endraw %}" } - profiles: test,aws_tower + profiles: test - uses: actions/upload-artifact@v3 with: name: Tower debug log file