mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-03-21 03:15:16 +00:00
What is going on with not being able to run these?
This commit is contained in:
parent
7dda09bb20
commit
dd1d934b25
@ -6,7 +6,7 @@ workflows:
|
||||
ci:
|
||||
jobs:
|
||||
# - "lint"
|
||||
# - "debian-8"
|
||||
- "debian-8"
|
||||
# - "debian-9"
|
||||
# - "ubuntu-16.04"
|
||||
# - "ubuntu-18.04"
|
||||
@ -61,7 +61,11 @@ jobs:
|
||||
|
||||
- run: &BOOTSTRAP_TEST_ENVIRONMENT
|
||||
name: "Bootstrap test environment"
|
||||
command: "${CIRCLE_WORKING_DIRECTORY}/.circleci/bootstrap-test-environment.sh"
|
||||
command: |
|
||||
echo ${CIRCLE_WORKING_DIRECTORY}/.circleci/bootstrap-test-environment.sh
|
||||
ls ${CIRCLE_WORKING_DIRECTORY}/.circleci/
|
||||
ls ${CIRCLE_WORKING_DIRECTORY}/
|
||||
${CIRCLE_WORKING_DIRECTORY}/.circleci/bootstrap-test-environment.sh
|
||||
|
||||
- run: &SETUP_VIRTUALENV
|
||||
name: "Setup virtualenv"
|
||||
@ -216,7 +220,11 @@ jobs:
|
||||
|
||||
- run:
|
||||
<<: *BOOTSTRAP_TEST_ENVIRONMENT
|
||||
command: "${CIRCLE_WORKING_DIRECTORY}/.circleci/bootstrap-test-environment.sh"
|
||||
command: |
|
||||
echo ${CIRCLE_WORKING_DIRECTORY}/.circleci/bootstrap-test-environment.sh
|
||||
ls ${CIRCLE_WORKING_DIRECTORY}/.circleci/
|
||||
ls ${CIRCLE_WORKING_DIRECTORY}/
|
||||
sudo ${CIRCLE_WORKING_DIRECTORY}/.circleci/bootstrap-test-environment.sh
|
||||
|
||||
- run:
|
||||
<<: *SETUP_VIRTUALENV
|
||||
|
Loading…
x
Reference in New Issue
Block a user