Une collection organisée de snippets de code pour accélérer votre développement. Parcourez, recherchez et copiez en un clic.
cache:
key: ${CI_COMMIT_REF_SLUG}
paths:
- node_modules/
build_artifacts:
artifacts:
paths:
- binaries/
expire_in: 1 week
test_job:
artifacts:
reports:
junit: report.xml
cache:
paths:
- node_modules/
build_job:
stage: build
script:
- ./build.sh
artifacts:
paths:
- build/