Move test_old_deps.sh to new ci dir
parent
1de26b3467
commit
8da9e3cb69
|
@ -144,7 +144,7 @@ jobs:
|
|||
uses: docker://ubuntu:bionic # For old python and sqlite
|
||||
with:
|
||||
workdir: /github/workspace
|
||||
entrypoint: .buildkite/scripts/test_old_deps.sh
|
||||
entrypoint: ci/scripts/test_old_deps.sh
|
||||
env:
|
||||
TRIAL_FLAGS: "--jobs=2"
|
||||
- name: Dump logs
|
||||
|
|
|
@ -47,6 +47,7 @@ recursive-include changelog.d *
|
|||
prune .buildkite
|
||||
prune .circleci
|
||||
prune .github
|
||||
prune ci
|
||||
prune contrib
|
||||
prune debian
|
||||
prune demo/etc
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
# this script is run by buildkite in a plain `bionic` container; it installs the
|
||||
# this script is run by GitHub Actions in a plain `bionic` container; it installs the
|
||||
# minimal requirements for tox and hands over to the py3-old tox environment.
|
||||
|
||||
set -ex
|
Loading…
Reference in New Issue