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
Spot
Spot
Commits
2d8292c0
Commit
2d8292c0
authored
Jul 24, 2018
by
Alexandre Duret-Lutz
Browse files
* .gitlab-ci.yml (debpkg-stable): Typo.
parent
79a62ae1
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
2d8292c0
...
...
@@ -164,7 +164,7 @@ debpkg-stable:
-
docker volume create $vol
-
exitcode=0
-
docker run --rm=true -v $vol:/build/result gadl/spot-debuild:stable ./build-spot.sh $CI_COMMIT_REF_NAME -j${NBPROC-1} || exitcode=$?
-
docker run --rm=true -v $vol:/build/result gadl/spot-debuild-i386:stable ./bin-spot.sh -j${NBPROC-1} || exitcode=$
-
docker run --rm=true -v $vol:/build/result gadl/spot-debuild-i386:stable ./bin-spot.sh -j${NBPROC-1} || exitcode=$
?
-
docker run -v $vol:/build/result --name helper-$vol gadl/spot-debuild:stable
true
|| exitcode=$?
-
docker cp helper-$vol:/build/result _build_stable || exitcode=$?
-
docker rm helper-$vol || exitcode=$?
...
...
Write
Preview
Supports
Markdown
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