Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Valentin Reis
argotest
Commits
6bd6bb81
Commit
6bd6bb81
authored
Dec 07, 2018
by
Valentin Reis
Browse files
removing docker phase
parent
d5fbcc7f
Pipeline
#4570
failed with stage
in 17 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
6bd6bb81
stages
:
-
build
-
test
nix.test
:
stage
:
test
script
:
nix-env -iA nixos.git
./tests.hs
except
:
-
/^wip\/.*/
-
/^WIP\/.*/
image
:
docker:stable
before_script
:
-
docker info
build
:
stage
:
build
script
:
-
docker build -t custom-nix-docker- .
-
docker run custom-nix-docker- ./test.hs
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