-
Notifications
You must be signed in to change notification settings - Fork 44
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 #1419 from dsalaza4/main
refac(back): #1378 deprecate builtins
- Loading branch information
Showing
12 changed files
with
3 additions
and
206 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
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
12 changes: 0 additions & 12 deletions
12
src/args/make-secret-for-kubernetes-config-from-aws/default.nix
This file was deleted.
Oops, something went wrong.
17 changes: 0 additions & 17 deletions
17
src/args/make-secret-for-kubernetes-config-from-aws/template.sh
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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
37 changes: 0 additions & 37 deletions
37
src/evaluator/modules/secrets-for-aws-from-gitlab/default.nix
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -1,8 +1,6 @@ | ||
{ | ||
pipelines = { | ||
example = { | ||
gitlabPath = "/tests/pipelines/.gitlab-ci.yaml"; | ||
jobs = [ { output = "/lintNix"; } { output = "/formatNix"; } ]; | ||
}; | ||
pipelines.example = { | ||
gitlabPath = "/tests/pipelines/.gitlab-ci.yaml"; | ||
jobs = [ { output = "/lintNix"; } { output = "/formatNix"; } ]; | ||
}; | ||
} |