Skip to content

Commit

Permalink
ci: separate aqua.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
suzuki-shunsuke committed Nov 14, 2023
1 parent 690b0bf commit 8e45f63
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
env:
AQUA_GLOBAL_CONFIG: ${{ github.workspace }}/aqua-all.yaml
AQUA_LOG_COLOR: always
AQUA_CONFIG: ${{ github.workspace }}/aqua/update.yaml

jobs:
update-pkgs:
Expand Down
2 changes: 0 additions & 2 deletions aqua.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ registries:
type: local
path: registry.yaml
packages:
- name: aquaproj/[email protected]
- name: suzuki-shunsuke/[email protected]
- name: aquaproj/[email protected]
- name: rhysd/[email protected]
- name: suzuki-shunsuke/[email protected]
Expand Down
12 changes: 12 additions & 0 deletions aqua/update.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
# aqua - Declarative CLI Version Manager
# https://aquaproj.github.io/
checksum:
enabled: true
registries:
- name: standard
type: local
path: ../registry.yaml
packages:
- name: aquaproj/[email protected]
- name: suzuki-shunsuke/[email protected]

0 comments on commit 8e45f63

Please sign in to comment.