Skip to content

Commit

Permalink
Add after_script stage
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukas Breuer committed Jan 21, 2017
1 parent 4e96040 commit 7fea1e3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ before_script:
- cd /go/src/git.lukas.moe/$CI_PROJECT_PATH
- glide --home /glide install

after_script:
- cp -r /go/src/git.lukas.moe/* /builds

cache:
paths:
- /glide/
Expand Down

0 comments on commit 7fea1e3

Please sign in to comment.