Skip to content
This repository has been archived by the owner on Jul 15, 2021. It is now read-only.

Commit

Permalink
Fix build CI yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
timwhite committed Jan 14, 2017
1 parent c6287b2 commit 9f9797a
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions .gitlab-ci.yml
@@ -1,8 +1,9 @@

jessie-all:
stage: build
image: grase/build-images:jessie
script:
- ./build.sh
- ./build.sh
- mkdir artifacts
- mv -v ../grase-www-portal_* artifacts/
artifacts:
Expand All @@ -11,9 +12,10 @@ jessie-all:
expire_in: 1 week

trusty-all:
stage: build
image: grase/build-images:trusty
script:
- ./build.sh
- ./build.sh
- mkdir artifacts
- mv -v ../grase-www-portal_* artifacts/
artifacts:
Expand All @@ -22,16 +24,13 @@ trusty-all:
expire_in: 1 week

xenial-all:
image: grase/build-images:xenial
stage: build
image: grase/build-images:xenial
script:
- ./build.sh
- ./build.sh
- mkdir artifacts
- mv -v ../grase-www-portal_* artifacts/
artifacts:
paths:
- artifacts/
expire_in: 1 week




0 comments on commit 9f9797a

Please sign in to comment.