Add new file
This commit is contained in:
parent
012632bbbf
commit
b1d640600e
10
LaaProductionWeb/.gitlab-ci.yml
Normal file
10
LaaProductionWeb/.gitlab-ci.yml
Normal file
@ -0,0 +1,10 @@
|
||||
stages:
|
||||
- build
|
||||
- test
|
||||
- deploy
|
||||
|
||||
build_job:
|
||||
stage: build
|
||||
script:
|
||||
- 'nuget'
|
||||
|
||||
Loading…
Reference in New Issue
Block a user