Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
argo
argopkgs
Commits
c13d2217
Commit
c13d2217
authored
Feb 22, 2019
by
Valentin Reis
Browse files
CI deployment.
parent
4e12698b
Pipeline
#5550
passed with stages
in 1 minute and 6 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
deployments/argo.nixops
View file @
c13d2217
No preview for this file type
deployments/ci.nix
View file @
c13d2217
...
...
@@ -48,7 +48,7 @@ let
services
.
ntp
.
enable
=
false
;
services
.
openssh
.
allowSFTP
=
false
;
environment
.
systemPackages
=
[
pkgs
.
git
];
environment
.
systemPackages
=
[
pkgs
.
unar
pkgs
.
wget
pkgs
.
git
];
virtualisation
.
docker
.
enable
=
true
;
...
...
@@ -136,7 +136,7 @@ in
services
.
ntp
.
enable
=
false
;
services
.
openssh
.
allowSFTP
=
false
;
environment
.
systemPackages
=
[
pkgs
.
git
];
environment
.
systemPackages
=
[
pkgs
.
git
pkgs
.
unar
pkgs
.
wget
];
virtualisation
.
docker
.
enable
=
true
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment