Skip to content
Snippets Groups Projects

Add .gitlab-ci.yml

Merged Mike Gagliano requested to merge testing into master
1 file
+ 4
0
Compare changes
  • Side-by-side
  • Inline
.gitlab-ci.yml 0 → 100644
+ 4
0
build_image:
script:
- docker build -t wordle-starter .
- docker run wordle-starter
Loading