mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-27 09:35:56 -05:00
add working directory line to circleci config
This commit is contained in:
parent
6ab03f132a
commit
beba1638df
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ aliases:
|
||||||
auth:
|
auth:
|
||||||
username: $DOCKERHUB_USERNAME
|
username: $DOCKERHUB_USERNAME
|
||||||
password: $DOCKERHUB_PASSWORD
|
password: $DOCKERHUB_PASSWORD
|
||||||
# working_directory: ~/repo
|
working_directory: ~/repo
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
setup:
|
setup:
|
||||||
|
|
Loading…
Reference in a new issue