update circle config
This commit is contained in:
parent
74841d8a7f
commit
49e3fbda4d
|
@ -24,7 +24,8 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- restore_cache:
|
- restore_cache:
|
||||||
key: v1-ariang-{{ .Environment.CIRCLE_SHA1 }}
|
key: v1-ariang-{{ .Environment.CIRCLE_SHA1 }}
|
||||||
- add_ssh_keys
|
- add_ssh_keys:
|
||||||
|
fingerprints:
|
||||||
- run: bash ./scripts/publish_dailybuild.sh
|
- run: bash ./scripts/publish_dailybuild.sh
|
||||||
|
|
||||||
workflows:
|
workflows:
|
||||||
|
|
Reference in a new issue