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

Commit

Permalink
updated yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bahmutov committed Jul 7, 2016
1 parent b33f077 commit f0823d8
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test/.gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,19 @@ stages:
- build
- test

# save current build job id to kind of tie together multiple test jobs
# because GitLab CI api does not expose the pipeline ID
# pass the saved id through the file
build-specs:
stage: build
script:
- echo $CI_BUILD_ID > build.id
- npm install --quiet
- npm test
- npm run build
artifacts:
paths:
- build.id
- output

# Common build job definition using GitLab YAML features
Expand Down
5 changes: 5 additions & 0 deletions test2/.gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,19 @@ stages:
- build
- test

# save current build job id to kind of tie together multiple test jobs
# because GitLab CI api does not expose the pipeline ID
# pass the saved id through the file
build-specs:
stage: build
script:
- echo $CI_BUILD_ID > build.id
- npm install --quiet
- npm test
- npm run build
artifacts:
paths:
- build.id
- cypress/integration

# Common build job definition using GitLab YAML features
Expand Down
5 changes: 5 additions & 0 deletions test4/.gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,19 @@ stages:
- build
- test

# save current build job id to kind of tie together multiple test jobs
# because GitLab CI api does not expose the pipeline ID
# pass the saved id through the file
build-specs:
stage: build
script:
- echo $CI_BUILD_ID > build.id
- npm install --quiet
- npm test
- npm run build
artifacts:
paths:
- build.id
- cypress/integration

# Common build job definition using GitLab YAML features
Expand Down

0 comments on commit f0823d8

Please sign in to comment.