Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
rcfiles
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
nimrod
rcfiles
Commits
70d19a81
Commit
70d19a81
authored
6 years ago
by
nimrod
Browse files
Options
Downloads
Patches
Plain Diff
Added gomplate and helm-diff.
parent
b70ec7a6
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
.bashrc
+1
-0
1 addition, 0 deletions
.bashrc
.githooks/post-merge
+2
-0
2 additions, 0 deletions
.githooks/post-merge
.helm/plugins/.gitkeep
+0
-0
0 additions, 0 deletions
.helm/plugins/.gitkeep
Makefile
+10
-1
10 additions, 1 deletion
Makefile
with
13 additions
and
1 deletion
.bashrc
+
1
−
0
View file @
70d19a81
...
@@ -48,6 +48,7 @@ export LESS_TERMCAP_se=$'\E[0m'
...
@@ -48,6 +48,7 @@ export LESS_TERMCAP_se=$'\E[0m'
# Underline (dark grey).
# Underline (dark grey).
export
LESS_TERMCAP_us
=
$'
\E
[01;32m'
export
LESS_TERMCAP_us
=
$'
\E
[01;32m'
export
LESS_TERMCAP_ue
=
$'
\E
[0m'
export
LESS_TERMCAP_ue
=
$'
\E
[0m'
export
HELM_HOME
=
"
$HOME
/.helm"
alias
ll
=
'ls -lha'
alias
ll
=
'ls -lha'
alias
la
=
'ls -A'
alias
la
=
'ls -A'
...
...
This diff is collapsed.
Click to expand it.
.githooks/post-merge
+
2
−
0
View file @
70d19a81
#!/bin/sh
#!/bin/sh
set
-eu
set
-eu
# shellcheck disable=SC1090
.
~/.bashrc
cd
"
$(
git rev-parse
--show-toplevel
)
"
cd
"
$(
git rev-parse
--show-toplevel
)
"
echo
Installing Golang apps
>>
/dev/stderr
echo
Installing Golang apps
>>
/dev/stderr
go get github.com/giantswarm/semver-bump
||
true
go get github.com/giantswarm/semver-bump
||
true
...
...
This diff is collapsed.
Click to expand it.
.helm/plugins/.gitkeep
0 → 100644
+
0
−
0
View file @
70d19a81
This diff is collapsed.
Click to expand it.
Makefile
+
10
−
1
View file @
70d19a81
...
@@ -12,7 +12,7 @@ download = $(curl) --output $@
...
@@ -12,7 +12,7 @@ download = $(curl) --output $@
all
:
binaries vendored generated
all
:
binaries vendored generated
vendored
:
.config/pythonrc.py .bash_completion.d/aws .bash_completion.d/docker-compose .bash_completion.d/docker-machine.bash .bash_completion.d/docker-machine.bash .travis/travis.sh .bash_completion.d/molecule Documents/bin/rabbitmqadmin .bash_completion.d/google-cloud-sdk
vendored
:
.config/pythonrc.py .bash_completion.d/aws .bash_completion.d/docker-compose .bash_completion.d/docker-machine.bash .bash_completion.d/docker-machine.bash .travis/travis.sh .bash_completion.d/molecule Documents/bin/rabbitmqadmin .bash_completion.d/google-cloud-sdk
generated
:
.ssh/config .bash_completion.d/helm .bash_completion.d/kops .bash_completion.d/kubectl .bash_completion.d/kompose .bash_completion.d/minikube .bash_completion.d/pipenv .bash_completion.d/pandoc .bash_completion.d/skaffold .bash_completion.d/rabbitmqadmin .ssh/localhost .ssh/localhost.pub .ssh/authorized_keys .bash_completion.d/minishift .bash_completion.d/oc
generated
:
.ssh/config .bash_completion.d/helm .bash_completion.d/kops .bash_completion.d/kubectl .bash_completion.d/kompose .bash_completion.d/minikube .bash_completion.d/pipenv .bash_completion.d/pandoc .bash_completion.d/skaffold .bash_completion.d/rabbitmqadmin .ssh/localhost .ssh/localhost.pub .ssh/authorized_keys .bash_completion.d/minishift .bash_completion.d/oc
binaries
:
$(DESTDIR)/share/bfg/bfg.jar $(DESTDIR)/bin/rke $(DESTDIR)/bin/docker-machine $(DESTDIR)/bin/packer $(DESTDIR)/bin/terraform $(DESTDIR)/bin/vault $(DESTDIR)/bin/kubectl $(DESTDIR)/bin/kops $(DESTDIR)/bin/kompose $(DESTDIR)/bin/minikube $(DESTDIR)/bin/docker-machine-driver-kvm2 $(DESTDIR)/bin/kustomize $(DESTDIR)/bin/pack $(DESTDIR)/bin/skaffold $(DESTDIR)/bin/minishift $(DESTDIR)/bin/oc $(DESTDIR)/bin/docker-machine-driver-kvm
binaries
:
$(DESTDIR)/share/bfg/bfg.jar $(DESTDIR)/bin/rke $(DESTDIR)/bin/docker-machine $(DESTDIR)/bin/packer $(DESTDIR)/bin/terraform $(DESTDIR)/bin/vault $(DESTDIR)/bin/kubectl $(DESTDIR)/bin/kops $(DESTDIR)/bin/kompose $(DESTDIR)/bin/minikube $(DESTDIR)/bin/docker-machine-driver-kvm2 $(DESTDIR)/bin/kustomize $(DESTDIR)/bin/pack $(DESTDIR)/bin/skaffold $(DESTDIR)/bin/minishift $(DESTDIR)/bin/oc $(DESTDIR)/bin/docker-machine-driver-kvm
$(HELM_HOME)/plugins/helm-diff/bin/diff $(DESTDIR)/bin/gomplate
## Binary files
## Binary files
...
@@ -115,6 +115,15 @@ $(DESTDIR)/bin/docker-machine-driver-kvm:
...
@@ -115,6 +115,15 @@ $(DESTDIR)/bin/docker-machine-driver-kvm:
-$(
download
)
https://github.com/dhiltgen/docker-machine-kvm/releases/download/v0.10.0/docker-machine-driver-kvm-ubuntu16.04
-$(
download
)
https://github.com/dhiltgen/docker-machine-kvm/releases/download/v0.10.0/docker-machine-driver-kvm-ubuntu16.04
-
chmod
+x
$@
-
chmod
+x
$@
$(HELM_HOME)/plugins/helm-diff/bin/diff
:
$(DESTDIR)/bin/helm
mkdir
-p
$(
HELM_HOME
)
/plugins
$(
DESTDIR
)
/bin/helm plugin
install
https://github.com/databus23/helm-diff
--version
master
$(DESTDIR)/bin/gomplate
:
mkdir
-p
$$(
dirname
$@
)
-$(
download
)
https://github.com/hairyhenderson/gomplate/releases/download/v3.4.0/gomplate_
$(
goos
)
-
$(
goarch
)
-
chmod
+x
$@
## Vendored files
## Vendored files
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment