fragine test fix
CI Feature / Load example-gitea-env.conf to pipeline env (push) Successful in 18s
acc-tests Cucumber test report
CI Feature / Cucumber tests (push) Successful in 1m18s
unit-tests Bats test report
CI Feature / Bats tests (push) Successful in 2m2s
CI Feature / Report Summary (push) Successful in 5s
CI Feature / Load example-gitea-env.conf to pipeline env (push) Successful in 18s
acc-tests Cucumber test report
CI Feature / Cucumber tests (push) Successful in 1m18s
unit-tests Bats test report
CI Feature / Bats tests (push) Successful in 2m2s
CI Feature / Report Summary (push) Successful in 5s
This commit is contained in:
@@ -32,15 +32,6 @@ jobs:
|
||||
repository: niko/gitea-ci-library
|
||||
path: .ci
|
||||
|
||||
- name: Install yq
|
||||
# COMPROMISE: Requires internet access.
|
||||
# Does NOT work in air-gapped environments. The script falls back
|
||||
# to BOM-stripping sed if yq is not available.
|
||||
run: |
|
||||
if ! command -v yq &>/dev/null; then
|
||||
sudo apt-get update -qq && sudo apt-get install -y -qq yq
|
||||
fi
|
||||
|
||||
- name: Check existing artifact and calculate version
|
||||
env:
|
||||
SERVER_URL: ${{ gitea.server_url }}
|
||||
|
||||
Reference in New Issue
Block a user