Skip to content

Commit 20c0648

Browse files
committed
Update ci-alpine-build.yml
1 parent 599ebd8 commit 20c0648

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci-alpine-build.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,8 @@ jobs:
6363

6464
# - name: Download qbt-nox-static.bash
6565
# run: |
66-
# curl -LO "https://raw.githubusercontent.com/userdocs/qbittorrent-nox-static/refs/heads/main/${script_name}"
66+
# # Make sure the branch is set to master for qbittorrent-nox-static and main qbittorrent-nox-static-test
67+
# curl -LO "https://raw.githubusercontent.com/userdocs/qbittorrent-nox-static/refs/heads/master/${script_name}"
6768
# chmod +x "${script_name}"
6869

6970
- name: Host - Create Docker template env file ${{ inputs.distinct_id }}
@@ -121,7 +122,7 @@ jobs:
121122

122123
- name: Docker - bootstrap_deps ${{ inputs.distinct_id }}
123124
if: inputs.script_name == 'qbt-nox-static.bash'
124-
run: docker exec ${container_name} bash ${script_name} bootstrap_deps
125+
run: docker exec -u gh:gh ${container_name} bash ${script_name} bootstrap_deps
125126

126127
- name: Docker - Bootstrap build ${{ inputs.distinct_id }}
127128
run: docker exec -u gh:gh ${container_name} bash ${script_name} -bs-a

0 commit comments

Comments
 (0)