Skip to content

Commit

Permalink
ENH: Set Docker container creation timezone
Browse files Browse the repository at this point in the history
  • Loading branch information
cookpa committed Mar 3, 2021
1 parent b4195ec commit dc0c0d2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@ version: 2.1

jobs:
build_docker:
environment:
TZ: "America/New_York"
SCRATCH: "/scratch"
docker:
- image: docker:18.06.1-ce-git
working_directory: /tmp/src/ANTs
Expand All @@ -14,6 +11,9 @@ jobs:
- run:
name: Build Docker image
no_output_timeout: 3h
environment:
TZ: "America/New_York"
SCRATCH: "/scratch"
command: |
# Build docker image
e=1 && for i in {1..5}; do
Expand Down

0 comments on commit dc0c0d2

Please sign in to comment.