Skip to content

Commit 4b75215

Browse files
committed
use same env.var and volumes from client/docker-compose
revert version revert version
1 parent c340294 commit 4b75215

File tree

2 files changed

+13
-5
lines changed

2 files changed

+13
-5
lines changed

Makefile

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,8 @@ install: ## install dependencies
1212
pip install .
1313
.PHONY: install
1414

15-
# test: install
16-
# python -m unittest discover -vf
17-
# .PHONY: test
18-
19-
test: update-version wheel wheel-check
15+
test: install
16+
python -m unittest discover -vf
2017
.PHONY: test
2118

2219
update-version:

docker-compose.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,17 @@ services:
1010
entrypoint: /opt/docker/entrypoint.sh
1111
command: /true
1212
working_dir: /opt
13+
environment:
14+
XDG_CACHE_HOME: /tmp
15+
BUILDKITE_AGENT_ACCESS_TOKEN: ~
16+
BUILDKITE_BRANCH: ~
17+
BUILDKITE_TAG: ~
18+
BUILDKITE_BUILD_ID: ~
19+
BUILDKITE_BUILD_NUMBER: ~
20+
BUILDKITE_JOB_ID: ~
21+
RELEASE_CHANNEL: ~
22+
GO111MODULE: ~
1323
volumes:
1424
- ./:/opt
1525
- /etc/passwd:/etc/passwd:ro
26+
- ~/.ssh:/${HOME}/.ssh:ro

0 commit comments

Comments
 (0)