Remove hard-coded repo
This commit is contained in:
@@ -54,7 +54,7 @@ jobs:
|
||||
uses: mosteo-actions/docker-run@v1
|
||||
with:
|
||||
image: ghcr.io/alire-project/docker/gnat:${{matrix.tag}}
|
||||
command: alire-index-checks/scripts/gh-build-crate.sh
|
||||
command: ${{env.CHECKS_REPO}}/scripts/gh-build-crate.sh
|
||||
params: >
|
||||
-v ${{ github.workspace }}/alire_install/bin/alr:/usr/bin/alr
|
||||
-v ${{ github.event_path}}:/etc/event.json
|
||||
|
||||
@@ -55,7 +55,7 @@ jobs:
|
||||
run: ${{env.PACMAN}} --noconfirm -S tar
|
||||
|
||||
- name: Test crate
|
||||
run: alire-index-checks/scripts/gh-build-crate.sh
|
||||
run: ${{env.CHECKS_REPO}}/scripts/gh-build-crate.sh
|
||||
shell: bash
|
||||
env:
|
||||
GITHUB_EVENT_PATH: ${{ github.event_path }}
|
||||
|
||||
@@ -51,7 +51,7 @@ jobs:
|
||||
run: ${{env.PACMAN}} --noconfirm -S tar
|
||||
|
||||
- name: Test crate
|
||||
run: alire-index-checks/scripts/gh-build-crate.sh
|
||||
run: ${{env.CHECKS_REPO}}/scripts/gh-build-crate.sh
|
||||
shell: bash
|
||||
env:
|
||||
GITHUB_EVENT_PATH: ${{ github.event_path }}
|
||||
|
||||
@@ -54,7 +54,7 @@ jobs:
|
||||
run: echo '-x11 +no_x11 +quartz' >> /opt/local/etc/macports/variants.conf
|
||||
|
||||
- name: Test crate
|
||||
run: alire-index-checks/scripts/gh-build-crate.sh
|
||||
run: ${{env.CHECKS_REPO}}/scripts/gh-build-crate.sh
|
||||
shell: bash
|
||||
env:
|
||||
GITHUB_EVENT_PATH: ${{ github.event_path }}
|
||||
|
||||
@@ -30,7 +30,7 @@ jobs:
|
||||
|
||||
- name: Run check
|
||||
run: >
|
||||
alire-index-checks/scripts/${{inputs.script}}
|
||||
${{env.CHECKS_REPO}}/scripts/${{inputs.script}}
|
||||
"$SCRIPT_ARG"
|
||||
shell: bash
|
||||
env:
|
||||
|
||||
@@ -33,5 +33,5 @@ jobs:
|
||||
toolchain: --disable-assistant # No compiler needed
|
||||
|
||||
- name: <<DIFF RELEASES>>
|
||||
run: alire-index-checks/scripts/diff-release.sh || true # No deal breaker if failed
|
||||
run: ${{env.CHECKS_REPO}}/scripts/diff-release.sh || true # No deal breaker if failed
|
||||
shell: bash
|
||||
|
||||
Reference in New Issue
Block a user