From 5be3fcb754fdd00ffd710ef040bfc8501aa9707a Mon Sep 17 00:00:00 2001 From: MajoBerger Date: Thu, 7 Mar 2024 08:05:34 +0100 Subject: [PATCH 1/5] better command --- .github/workflows/create_bitstreams.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/create_bitstreams.yml b/.github/workflows/create_bitstreams.yml index 4cffe9a6dfb..93fb4b07419 100644 --- a/.github/workflows/create_bitstreams.yml +++ b/.github/workflows/create_bitstreams.yml @@ -20,6 +20,7 @@ jobs: - uses: actions/checkout@v4 with: repository: dataquest-dev/dspace-python-api + ref: internal/fix-create_bitstreams import-2: if: inputs.INSTANCE == '2' @@ -32,7 +33,7 @@ jobs: run: | pip install -r requirements.txt cd tools/create_bitstreams - python create_bitstreams.py + python3 create_bitstreams.py import-5: if: inputs.INSTANCE == '5' From fc66019d9a8e243f2dd0bd7459d232bd047dbe11 Mon Sep 17 00:00:00 2001 From: MajoBerger Date: Thu, 7 Mar 2024 08:13:00 +0100 Subject: [PATCH 2/5] correct branch in action --- .github/workflows/create_bitstreams.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/create_bitstreams.yml b/.github/workflows/create_bitstreams.yml index 93fb4b07419..b453458e82b 100644 --- a/.github/workflows/create_bitstreams.yml +++ b/.github/workflows/create_bitstreams.yml @@ -20,7 +20,7 @@ jobs: - uses: actions/checkout@v4 with: repository: dataquest-dev/dspace-python-api - ref: internal/fix-create_bitstreams + ref: internal/add-env-for-BE import-2: if: inputs.INSTANCE == '2' From b635c5194eed4d98ef92c08ec9e8f423f18ea77a Mon Sep 17 00:00:00 2001 From: MajoBerger Date: Thu, 7 Mar 2024 08:17:02 +0100 Subject: [PATCH 3/5] second attempt at a correct branch --- .github/workflows/create_bitstreams.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/create_bitstreams.yml b/.github/workflows/create_bitstreams.yml index b453458e82b..b6e1113226a 100644 --- a/.github/workflows/create_bitstreams.yml +++ b/.github/workflows/create_bitstreams.yml @@ -20,7 +20,7 @@ jobs: - uses: actions/checkout@v4 with: repository: dataquest-dev/dspace-python-api - ref: internal/add-env-for-BE + ref: add-env-for-BE import-2: if: inputs.INSTANCE == '2' From 785e705f52cbbd0a51efadf579b23a11c4122a2e Mon Sep 17 00:00:00 2001 From: MajoBerger Date: Thu, 7 Mar 2024 08:18:51 +0100 Subject: [PATCH 4/5] 3 --- .github/workflows/create_bitstreams.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/create_bitstreams.yml b/.github/workflows/create_bitstreams.yml index b6e1113226a..9223fa4f5d3 100644 --- a/.github/workflows/create_bitstreams.yml +++ b/.github/workflows/create_bitstreams.yml @@ -46,7 +46,7 @@ jobs: run: | pip install -r requirements.txt cd tools/create_bitstreams - python create_bitstreams.py + python3 create_bitstreams.py import-6: if: inputs.INSTANCE == '6' @@ -59,7 +59,7 @@ jobs: run: | pip install -r requirements.txt cd tools/create_bitstreams - python create_bitstreams.py + python3 create_bitstreams.py import-8: if: inputs.INSTANCE == '8' @@ -72,4 +72,4 @@ jobs: run: | pip install -r requirements.txt cd tools/create_bitstreams - python create_bitstreams.py + python3 create_bitstreams.py From 28ade71de67dfeb0e2c55d152f411a651eae17d4 Mon Sep 17 00:00:00 2001 From: MajoBerger Date: Mon, 18 Mar 2024 08:02:48 +0100 Subject: [PATCH 5/5] removed custom branch --- .github/workflows/create_bitstreams.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/create_bitstreams.yml b/.github/workflows/create_bitstreams.yml index 9223fa4f5d3..06ba9168cb4 100644 --- a/.github/workflows/create_bitstreams.yml +++ b/.github/workflows/create_bitstreams.yml @@ -20,7 +20,6 @@ jobs: - uses: actions/checkout@v4 with: repository: dataquest-dev/dspace-python-api - ref: add-env-for-BE import-2: if: inputs.INSTANCE == '2'