Skip to content

Instantly share code, notes, and snippets.

View Ahrorooney's full-sized avatar

Ahror Gaibnazarov Ahrorooney

  • Ideal Green Light
  • Tashkent, Uzbekistan
View GitHub Profile
@RyanHarijanto
RyanHarijanto / .gitlab-ci.yml
Last active October 4, 2023 21:28
.gitlab-ci.yml example: multiple Docker images
# The folders below will be cached between builds
# http://docs.gitlab.com/ce/ci/yaml/README.html#cache
cache:
paths:
- node_modules/
- _site # or other arbitrary directory
stages:
- build
- test