-
-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1576 from aquaproj/revert-1571-revert-1516-feat-v2-2
Breaking changes for v2
- Loading branch information
Showing
34 changed files
with
192 additions
and
441 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 |
---|---|---|
|
@@ -198,20 +198,13 @@ jobs: | |
- run: aqua list | ||
- run: aqua update-checksum | ||
working-directory: tests/main | ||
- run: aqua update-checksum -deep | ||
working-directory: tests/main | ||
- run: aqua update-checksum -prune | ||
working-directory: tests/main | ||
- run: aqua i -l -a | ||
working-directory: tests/main | ||
- run: cmdx -v | ||
working-directory: tests/main | ||
- run: aqua i --test | ||
working-directory: tests/main | ||
- run: aqua which golangci-lint | ||
- run: aqua i | ||
working-directory: tests/main | ||
- run: aqua which go | ||
- run: golangci-lint version | ||
- run: kind version | ||
working-directory: tests/main | ||
- run: kind version | ||
|
@@ -223,12 +216,6 @@ jobs: | |
- run: gh version | ||
- run: tfenv --version | ||
- run: aqua -c tests/main/aqua-global.yaml g local,kubernetes-sigs/kustomize | ||
- run: btop -v | ||
- run: btop -v | ||
env: | ||
AQUA_EXPERIMENTAL_X_SYS_EXEC: "true" | ||
- run: wire --help | ||
- run: gox --help | ||
- run: bats -v | ||
- run: helm version | ||
- run: github-compare -v | ||
|
@@ -264,16 +251,10 @@ jobs: | |
- name: Test generate-registry (specify version) | ||
run: aqua gr suzuki-shunsuke/[email protected] | ||
|
||
- name: "test version_source: github_tag" | ||
run: aqua -c aqua-global.yaml g local,mitchellh/gox | ||
working-directory: tests/main | ||
|
||
- name: test aqua cp | ||
run: aqua cp actionlint golangci-lint | ||
run: aqua cp actionlint | ||
- name: test aqua cp | ||
run: dist/actionlint -version | ||
- name: test aqua cp | ||
run: dist/golangci-lint version | ||
- name: test aqua cp | ||
run: aqua cp | ||
- name: test aqua cp -a | ||
|
@@ -314,8 +295,6 @@ jobs: | |
- run: aqua update-checksum -a | ||
|
||
# Test if global configuration files are read in `aqua list` and `aqua g` | ||
- run: aqua g suzuki-shunsuke/cmdx | ||
working-directory: /tmp | ||
- run: aqua list | ||
working-directory: /tmp | ||
|
||
|
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
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
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
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
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
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
Oops, something went wrong.