Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bdymowski/oya tasks without run #29

Open
wants to merge 11 commits into
base: master
Choose a base branch
from
Prev Previous commit
Next Next commit
config
  • Loading branch information
bart84ek committed Apr 2, 2019
commit 436f1844ff2761961407efd02fa621970a0d09a0
10 changes: 5 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ jobs:
- v1-pkg-cache
- run: go version
- run: go build oya.go
- run: ./oya run develop
- run: ./oya develop
- save_cache:
key: v1-pkg-cache
paths:
- "/go/pkg"
- run: ./oya run testKeysImport
- run: ./oya run test -t "~@nocircleci"
- run: ./oya run testKeysRemove
- run: ./oya testKeysImport
- run: ./oya test -t "~@nocircleci"
- run: ./oya testKeysRemove

release:
docker:
Expand All @@ -29,7 +29,7 @@ jobs:
- restore_cache:
keys:
- v1-pkg-cache
- run: go run oya.go run release
- run: go run oya.go release
- save_cache:
key: v1-pkg-cache
paths:
Expand Down