-
-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: fix a bug that aqua g -i removes comments in packages (#3325)
* fix: fix a bug that aqua g -i removes comments in packages * fix: fix a lint error
- Loading branch information
1 parent
8a51363
commit 4bc3490
Showing
4 changed files
with
46 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -84,6 +84,13 @@ jobs: | |
- name: output fish completion | ||
run: aqua completion fish | ||
|
||
- name: Test aqua g -i | ||
run: aqua g -i suzuki-shunsuke/[email protected] suzuki-shunsuke/[email protected] suzuki-shunsuke/[email protected] | ||
working-directory: tests/insert | ||
- name: compare aqua.yaml and expect.yaml | ||
run: diff aqua.yaml expect.yaml | ||
working-directory: tests/insert | ||
|
||
- run: aqua g -i suzuki-shunsuke/tfcmt | ||
working-directory: tests/main | ||
- name: add duplicated package | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
registries: | ||
- type: standard | ||
ref: v4.267.0 # renovate: depName=aquaproj/aqua-registry | ||
|
||
packages: | ||
# foo | ||
- name: suzuki-shunsuke/[email protected] | ||
# hello | ||
- name: suzuki-shunsuke/[email protected] | ||
- name: suzuki-shunsuke/[email protected] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
registries: | ||
- type: standard | ||
ref: v4.267.0 # renovate: depName=aquaproj/aqua-registry | ||
|
||
packages: | ||
# foo | ||
- name: suzuki-shunsuke/[email protected] | ||
# hello | ||
- name: suzuki-shunsuke/[email protected] | ||
- name: suzuki-shunsuke/[email protected] | ||
- name: suzuki-shunsuke/[email protected] | ||
- name: suzuki-shunsuke/[email protected] | ||
- name: suzuki-shunsuke/[email protected] |