ci: adjust link of dockerfile build origin
Lint & Format (JS/TS) / lint-format (pull_request) Successful in 12s
Python / lint-format (pull_request) Successful in 19s
Python / test (pull_request) Successful in 35s
Lint & Format (Rust) / lint-format (pull_request) Successful in 1m9s
Build (C++) / build (pull_request) Failing after 5s
Lint & Format (JS/TS) / lint-format (pull_request) Successful in 12s
Python / lint-format (pull_request) Successful in 19s
Python / test (pull_request) Successful in 35s
Lint & Format (Rust) / lint-format (pull_request) Successful in 1m9s
Build (C++) / build (pull_request) Failing after 5s
This commit is contained in:
@@ -9,7 +9,7 @@ jobs:
|
||||
# Uses pre-built Docker image with all build deps.
|
||||
# Rebuild via ci-image.yml workflow.
|
||||
container:
|
||||
image: git.zach-dev.cc/zach/zshell-ci:latest
|
||||
image: git.aramjonghu.nl/aramjonghu/zshell-ci:latest
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
@@ -26,4 +26,4 @@ jobs:
|
||||
run: |
|
||||
find Plugins -name '*.cpp' -o -name '*.hpp' | \
|
||||
xargs clang-tidy -p build --quiet 2>&1 | \
|
||||
grep -v 'Suppressed\|non-user\|non-system'
|
||||
grep -v 'Suppressed\|non-user\|non-system\|unknown argument.*mno-direct'
|
||||
|
||||
@@ -9,7 +9,7 @@ jobs:
|
||||
build:
|
||||
runs-on: alpine
|
||||
env:
|
||||
IMAGE: git.zach-dev.cc/zach/zshell-ci:latest
|
||||
IMAGE: git.aramjonghu.nl/aramjonghu/zshell-ci:latest
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
|
||||
Reference in New Issue
Block a user